summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 97216b9..24f0e3a 100755
--- a/run.sh
+++ b/run.sh
@@ -39,7 +39,7 @@ function check_step ()
function pep8_check ()
{
- cd cd $WORKSPACE/$LAVA_PROJECT
+ cd $WORKSPACE/$LAVA_PROJECT
pep8 --ignore E501 >> $WORKSPACE/pep8