Fix grab_console_log variable typo

console_log_path accidentally had $ prefixed to it when trying to
have a value assigned.

Change-Id: Ie11b772b6f00346463cfae0e1a0c85ee6cf83c5c
This commit is contained in:
Joshua Hesketh 2014-06-05 12:46:11 +10:00
parent 2f038884b6
commit 5aa3c903e3

@ -2,5 +2,5 @@
echo "Grabbing consoleLog"
$console_log_path='consoleText'
console_log_path='consoleText'
wget -P /tmp --no-check-certificate $BUILD_URL$console_log_path