summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorsokai <sokai@users.noreply.github.com>2020-10-03 10:58:06 +0200
committerGitHub <noreply@github.com>2020-10-03 10:58:06 +0200
commitd46c76920e0bbec60af5741f6847339f69262560 (patch)
treecf691a1325737c344916ec6fd75a9c1fc7d0449a /install
parentb63324860647b4642c6e05008f8b6a5bf0a7865f (diff)
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
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install.sh b/install/install.sh
index 25f369556..5b091cb2e 100755
--- a/install/install.sh
+++ b/install/install.sh
@@ -210,7 +210,7 @@ confirm() {
rc=$?
set -e
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
fi
if [ "$yn" != "y" ] && [ "$yn" != "yes" ]; then