summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2015-01-09 13:11:33 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-09 13:18:34 -0200
commit68a893237c9cdf67f91909981e024d7bf306b73c (patch)
tree1ee43c3204e07cf05a5222c3de4680e0068c8ba5 /service/go
parent69a0650615935e7fd6a20656c4248b95cbe10317 (diff)
#164 sometimes a mail with more than one alternative will not have an html part
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