diff options
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index 55d5d9bc..bf1dc6d3 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -192,7 +192,7 @@ while [ "$#" -ne 0 ]; do [ "$context_to_open" ] || (PROJECT_open_current_context_in_browser; exit 0); if ! grep -q "$context_to_open" "$(ptmp "%ALL_PROJECTS_NEWLINE")"; then die "Your context ('$context_to_open') is not in the list of available contexts: - %ALL_PROJECTS_COMMA"; +%ALL_PROJECTS_COMMA"; fi PROJECT_open_context_in_browser "$context_to_open"; exit 0; |