Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent b11b8b4 commit 584d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/update-emulators/launch-update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if [[ -f "/usr/bin/konsole" ]]; then
elif [[ -f "/usr/bin/gnome-terminal" ]]; then
gnome-terminal -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"'
else
echo "[ERROR] Uknown terminal in use"
echo "[ERROR] Unknown terminal in use"
exit 1
fi

0 comments on commit 584d65e

Please sign in to comment.