install.sh: fix SC2209
This commit is contained in:
parent
bd7f6613b1
commit
f17da909bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue