aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-11-03 21:43:03 -0500
committerBardofSprites <[email protected]>2024-11-03 21:43:03 -0500
commita71789d58d5f9e3d8650668d89d50cda6f8fba3b (patch)
treea6e7df8a266bb5a77ea6292f1cc4a9003e5b346f /bin
parent23612bdac3fc8b59db7026ab3f928df59a6f49f1 (diff)
fix case and change error message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/scripts/launch-flatpak3
1 files changed, 2 insertions, 1 deletions
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