summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2017-01-03 18:58:52 -0200
committerBruno Wagner <bwagner@riseup.net>2017-01-03 18:58:52 -0200
commit8e2f0852f173aca560f71e871ceab1d471a8b206 (patch)
treef27fa74ffa1da437ae93e7814f194b3dcd2310b3 /service/go
parentcb21017d3affd6ff51c47de36913311206c865df (diff)
Moved bower install to npm post_install
Also fixed some indentation errors on the Makefile
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/go b/service/go
index 4c388d91..0183c7b2 100755
--- a/service/go
+++ b/service/go
@@ -27,4 +27,5 @@ elif [ "$1" == "functional" ]; then
popd
else
echo "Command doesn't exist"
+ exit 1
fi