diff options
| author | BardofSprites <[email protected]> | 2024-11-03 21:43:03 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-03 21:43:03 -0500 |
| commit | a71789d58d5f9e3d8650668d89d50cda6f8fba3b (patch) | |
| tree | a6e7df8a266bb5a77ea6292f1cc4a9003e5b346f | |
| parent | 23612bdac3fc8b59db7026ab3f928df59a6f49f1 (diff) | |
fix case and change error message
| -rwxr-xr-x | bin/.local/bin/scripts/launch-flatpak | 3 |
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 |
