From d46c76920e0bbec60af5741f6847339f69262560 Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 3 Oct 2020 10:58:06 +0200 Subject: [PATCH] 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 --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 25f36955..5b091cb2 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