From 8273fe412f7fae2fb3b4e555f945156da16f35d4 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Wed, 28 Feb 2024 13:45:16 -0500 Subject: [PATCH] Address shellcheck error --- src/actionlint/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actionlint/install.sh b/src/actionlint/install.sh index 0a6a1ec..737914a 100755 --- a/src/actionlint/install.sh +++ b/src/actionlint/install.sh @@ -6,7 +6,7 @@ ACTIONLINT_VERSION="${VERSION:-"latest"}" INSTALL_PATH="${INSTALLPATH:-"/usr/local/bin"}" if [ "$(id -u)" -ne 0 ]; then - printf -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.' + printf 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.' exit 1 fi