diff --git a/image_to_vm.sh b/image_to_vm.sh index 2e42ef1964..f04c52cf61 100755 --- a/image_to_vm.sh +++ b/image_to_vm.sh @@ -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