summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-10-25 12:06:20 -0700
committerTyler Baker <tyler.baker@linaro.org>2013-10-25 12:06:20 -0700
commit0533670dac7c7bd9cd99a320fe6c6b02bce0ad11 (patch)
treedd7b5e057b7f1db6545cb3472b81f8e98b67081f
parent172a0e137a9dfda5857dcba38b77f60042bb35d7 (diff)
Fix dumb mistake.
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
-rwxr-xr-xrun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 2172e40..2519dc5 100755
--- a/run.sh
+++ b/run.sh
@@ -53,6 +53,7 @@ function pep8_check ()
else
echo "* PEP8 Check Passed:" >> $WORKSPACE/results
fi
+}
function checkout_and_rebase ()
{