Skip to content

Commit d46c769

Browse files
authored
style(install): Simple code style fix in install.sh (starship#1690)
* Update install.sh fixed only coding style (ShellCheck gave me a hint ;-)) * Make PR Bot happy
1 parent b633248 commit d46c769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ confirm() {
210210
rc=$?
211211
set -e
212212
if [ $rc -ne 0 ]; then
213-
error 'Error reading from prompt (please re-run with the `--yes` option)'
213+
error "Error reading from prompt (please re-run with the '--yes' option)"
214214
exit 1
215215
fi
216216
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then

0 commit comments

Comments
 (0)