We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b8d56 commit 3f4c1bcCopy full SHA for 3f4c1bc
1 file changed
script/upgrades.sh
@@ -99,6 +99,7 @@ while getopts ":$short_opts-:" o; do
99
WORKDIR=$OPTARG
100
;;
101
ufrom)
102
+ # shellcheck disable=SC2034
103
UPGRADE_FROM=$OPTARG
104
105
uto)
0 commit comments