install.sh: fix SC2209

This commit is contained in:
Fernando Schauenburg 2023-10-03 12:51:22 +02:00
parent bd7f6613b1
commit f17da909bd

View file

@ -146,7 +146,7 @@ main() {
while getopts 'hny' opt; do while getopts 'hny' opt; do
case "$opt" in case "$opt" in
n) # dry run n) # dry run
cmd=echo cmd='echo'
echo "${yellow}Performing dry run (no changes will be made).${sgr0}" echo "${yellow}Performing dry run (no changes will be made).${sgr0}"
echo echo
;; ;;