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/build_obsidian_plugin.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ build_obsidian_plugin() {
34
34
}
35
35
36
36
if [[ -z$plugin_id ]];then
37
-
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
37
+
echo"Error: failed to read Obsidian plugin ID from manifest.json file while building Obsidian plugin at path $plugin_source!";exit 6
38
38
fi
39
39
40
40
echo"Building Obsidian plugin with ID $plugin_id..."
0 commit comments