1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

fix shellcheck being angry?

This commit is contained in:
Bartek Pacia 2024-03-31 18:12:22 +02:00
parent 31d7d296e3
commit fcbf8cca96
No known key found for this signature in database

View file

@ -83,7 +83,6 @@ while getopts 'tc:k:d:l:pa:x:n:' flag; do
l) PUB_CACHE_KEY="$OPTARG" ;; l) PUB_CACHE_KEY="$OPTARG" ;;
p) PRINT_ONLY=true ;; p) PRINT_ONLY=true ;;
t) TEST_MODE=true ;; t) TEST_MODE=true ;;
t) TEST_MODE=true ;; # Uses RELEASE_MANIFEST from test/ directory, instead of fetching it from Google
a) ARCH="$(echo "$OPTARG" | awk '{print tolower($0)}')" ;; a) ARCH="$(echo "$OPTARG" | awk '{print tolower($0)}')" ;;
x) PRECACHE="$OPTARG" ;; x) PRECACHE="$OPTARG" ;;
n) VERSION="$OPTARG" ;; n) VERSION="$OPTARG" ;;