mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
style(install): Simple code style fix in install.sh (#1690)
* Update install.sh fixed only coding style (ShellCheck gave me a hint ;-)) * Make PR Bot happy
This commit is contained in:
parent
b633248606
commit
d46c76920e
@ -210,7 +210,7 @@ confirm() {
|
|||||||
rc=$?
|
rc=$?
|
||||||
set -e
|
set -e
|
||||||
if [ $rc -ne 0 ]; then
|
if [ $rc -ne 0 ]; then
|
||||||
error 'Error reading from prompt (please re-run with the `--yes` option)'
|
error "Error reading from prompt (please re-run with the '--yes' option)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then
|
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user