diff options
author | Bruno Wagner <bwagner@riseup.net> | 2017-01-03 18:58:52 -0200 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2017-01-03 18:58:52 -0200 |
commit | 8e2f0852f173aca560f71e871ceab1d471a8b206 (patch) | |
tree | f27fa74ffa1da437ae93e7814f194b3dcd2310b3 /service/go | |
parent | cb21017d3affd6ff51c47de36913311206c865df (diff) |
Moved bower install to npm post_install
Also fixed some indentation errors on the Makefile
Diffstat (limited to 'service/go')
-rwxr-xr-x | service/go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,4 +27,5 @@ elif [ "$1" == "functional" ]; then popd else echo "Command doesn't exist" + exit 1 fi |