From 50cba06f89d94340a2d30527364dbacceb7d8fad Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 22 Oct 2023 13:09:00 +0200 Subject: fix(hm/pkgs/scr/neorg): Remove leading whitespace in message --- hm/soispha/pkgs/scripts/wrappers/neorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') 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; -- cgit 1.4.1