From 9d22447f8e7efd34280469b3ca81c83843671cfc Mon Sep 17 00:00:00 2001 From: Charlie Chao Date: Mon, 14 Oct 2024 22:23:39 -0700 Subject: [PATCH] Fix install script folder name. --- install-built.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-built.sh b/install-built.sh index 1e810c2..fdce3f0 100755 --- a/install-built.sh +++ b/install-built.sh @@ -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