From f17da909bdf887d7ff6dd13f9c28b990c5d88267 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 3 Oct 2023 12:51:22 +0200 Subject: [PATCH] install.sh: fix SC2209 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0d2c840..b24f34b 100755 --- a/install.sh +++ b/install.sh @@ -146,7 +146,7 @@ main() { while getopts 'hny' opt; do case "$opt" in n) # dry run - cmd=echo + cmd='echo' echo "${yellow}Performing dry run (no changes will be made).${sgr0}" echo ;;