diff --git a/modules/openstack_project/files/slave_scripts/grab_console_log.sh b/modules/openstack_project/files/slave_scripts/grab_console_log.sh index 6a5bd8918f..299798872c 100755 --- a/modules/openstack_project/files/slave_scripts/grab_console_log.sh +++ b/modules/openstack_project/files/slave_scripts/grab_console_log.sh @@ -3,4 +3,4 @@ echo "Grabbing consoleLog" console_log_path='consoleText' -wget -P /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path +wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path