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:
parent
31d7d296e3
commit
fcbf8cca96
1 changed files with 0 additions and 1 deletions
1
setup.sh
1
setup.sh
|
@ -83,7 +83,6 @@ while getopts 'tc:k:d:l:pa:x:n:' flag; do
|
|||
l) PUB_CACHE_KEY="$OPTARG" ;;
|
||||
p) PRINT_ONLY=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)}')" ;;
|
||||
x) PRECACHE="$OPTARG" ;;
|
||||
n) VERSION="$OPTARG" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue