mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 07:56:57 +02:00
Merge pull request #99 from marineam/master
fix(image_to_vm): Add missing call to check_gsutil_opts.
This commit is contained in:
commit
2ae25567ea
@ -60,6 +60,8 @@ eval set -- "${FLAGS_ARGV}"
|
|||||||
# Die on any errors.
|
# Die on any errors.
|
||||||
switch_to_strict_mode
|
switch_to_strict_mode
|
||||||
|
|
||||||
|
check_gsutil_opts
|
||||||
|
|
||||||
if ! set_vm_type "${FLAGS_format}"; then
|
if ! set_vm_type "${FLAGS_format}"; then
|
||||||
die_notrace "Invalid format: ${FLAGS_format}"
|
die_notrace "Invalid format: ${FLAGS_format}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user