Skip to content

Commit

Permalink
Fix install script folder name.
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecm committed Oct 15, 2024
1 parent 93b38bd commit 9d22447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-built.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
VAULT="$1"
TARGET="$VAULT/.obsidian/plugins/tidy-footnotes"
mkdir -p $TARGET
TARGET="$VAULT/.obsidian/plugins/obsidian-tidy-footnotes"
mkdir -p "$TARGET"
rm -f "$TARGET/main.js" "$TARGET/manifest.json"
if [[ $2 == "-d" ]]; then
# Create symbolic links
Expand Down

0 comments on commit 9d22447

Please sign in to comment.