Merge "Fix the write argument for wget"

This commit is contained in:
Jenkins 2014-07-17 13:39:27 +00:00 committed by Gerrit Code Review
commit f5a88a62e2

@ -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