diff options
| author | Duda Dornelles <dudassdornelles@gmail.com> | 2015-01-09 13:11:33 -0200 | 
|---|---|---|
| committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-09 13:18:34 -0200 | 
| commit | 68a893237c9cdf67f91909981e024d7bf306b73c (patch) | |
| tree | 1ee43c3204e07cf05a5222c3de4680e0068c8ba5 /service/go | |
| parent | 69a0650615935e7fd6a20656c4248b95cbe10317 (diff) | |
#164 sometimes a mail with more than one alternative will not have an html part
Diffstat (limited to 'service/go')
| -rwxr-xr-x | service/go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ function runPep8 {          pep8 pixelated test --ignore=E501  } -if [ "$2" == 'test' ]; then +if [ "$1" == 'test' ]; then          runPep8          runUnitTests          runIntegrationTests | 
