From 68a893237c9cdf67f91909981e024d7bf306b73c Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 9 Jan 2015 13:11:33 -0200 Subject: #164 sometimes a mail with more than one alternative will not have an html part --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') 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 -- cgit v1.2.3