summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index 241cae46..111f7515 100755
--- a/service/go
+++ b/service/go
@@ -24,7 +24,7 @@ function runPep8 {
pep8 pixelated test --ignore=E501
}
-if [ "$2" == 'test' ]; then
+if [ "$1" == 'test' ]; then
runPep8
runUnitTests
runIntegrationTests