mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Fix flag boolean
This commit is contained in:
parent
3b0c6d8f83
commit
2eb6dfb872
@ -267,7 +267,7 @@ then
|
||||
fi
|
||||
|
||||
|
||||
if [ $FLAGS_upload_prebuilt -eq $FLAGS_TRUE ]
|
||||
if [ $FLAGS_prebuilt_upload -eq $FLAGS_TRUE ]
|
||||
then
|
||||
# Construct prebuilt upload command.
|
||||
# This will upload prebuilt packages to Google Storage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user