From 3d1037d1f20fdd059653769ecfef3d69b84629a2 Mon Sep 17 00:00:00 2001 From: FlorianGareis Date: Fri, 1 Mar 2024 15:31:53 +0000 Subject: [PATCH] Linting --- nodejs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/run.sh b/nodejs/run.sh index 8e6a53a..677f527 100755 --- a/nodejs/run.sh +++ b/nodejs/run.sh @@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then exit 1 fi -output="$(bash <<<"$script" 2>&1)" +output="$(bash <<< "$script" 2>&1)" if [ $? -ne 0 ]; then echo "Failed to install nvm: $output" exit 1