You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/install_obsidian_plugin.sh
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -39,54 +39,54 @@ install_obsidian_plugin() {
39
39
echo"Error: failed to read Obsidian plugin ID from manifest.json file while install plugin at path $plugin_source into Obsidian vault at path $vault!";exit 6
40
40
fi
41
41
42
-
build_obsidian_plugin $plugin_source
42
+
build_obsidian_plugin "$plugin_source"
43
43
44
44
echo"Installing Obsidian plugin with ID $plugin_id..."
45
45
46
46
local plugin_directory="$vault/.obsidian/plugins/$plugin_id"
0 commit comments