mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 23:46:59 +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.
|
||||
switch_to_strict_mode
|
||||
|
||||
check_gsutil_opts
|
||||
|
||||
if ! set_vm_type "${FLAGS_format}"; then
|
||||
die_notrace "Invalid format: ${FLAGS_format}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user