We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b633248 commit d46c769Copy full SHA for d46c769
install/install.sh
@@ -210,7 +210,7 @@ confirm() {
210
rc=$?
211
set -e
212
if [ $rc -ne 0 ]; then
213
- error 'Error reading from prompt (please re-run with the `--yes` option)'
+ error "Error reading from prompt (please re-run with the '--yes' option)"
214
exit 1
215
fi
216
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then
0 commit comments