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
echo"Error: failed to read Obsidian plugin manifest.json file at path $plugin_source! Cannot install into vault $vault!";exit 5
31
31
}
32
32
33
33
local plugin_id
34
-
plugin_id=$(echo $plugin_json| jq -r .id)|| {
34
+
plugin_id=$(echo "$plugin_json"| jq -r .id)|| {
35
35
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
0 commit comments