From f7e15d14441dc3ff7b0bfc26d8e5a0a9ec2e200f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 28 Aug 2013 14:00:12 -0700 Subject: [PATCH] fix(image_to_vm): Add missing call to check_gsutil_opts. The --upload_path argument was not being properly handled because this was missing, creating lots of 54.0.0+2013-08-28-1810 style directories instead of master. Oops. --- image_to_vm.sh | 2 ++ 1 file changed, 2 insertions(+) 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