From a71789d58d5f9e3d8650668d89d50cda6f8fba3b Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:43:03 -0500 Subject: fix case and change error message --- bin/.local/bin/scripts/launch-flatpak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/.local') diff --git a/bin/.local/bin/scripts/launch-flatpak b/bin/.local/bin/scripts/launch-flatpak index 688a568..5d9b486 100755 --- a/bin/.local/bin/scripts/launch-flatpak +++ b/bin/.local/bin/scripts/launch-flatpak @@ -24,8 +24,9 @@ case "$chosen" in ;; "texmacs") flatpak run org.texmacs.TeXmacs + ;; *) - echo "flatpak not installed" + echo "operation wasn't successful" exit 1 ;; esac -- cgit v1.2.3