summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-06-02 10:57:16 -0300
committerGitHub <noreply@github.com>2017-06-02 10:57:16 -0300
commit72af667b0b9d2383ed42688f4cf11075a85c81e2 (patch)
tree661b3fdc57835f746732b3011fb46124d413013d /service/go
parent377ffe8bc17bbcf00b6342428bb91eb3f2e41a20 (diff)
parent8659b2e6f9b405e2d763fc1fa3d3afc47d8e44ea (diff)
Merge pull request #1078 from pixelated/fix-vagrant
Reverted code that broke vagrant configurations
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go7
1 files changed, 7 insertions, 0 deletions
diff --git a/service/go b/service/go
new file mode 100755
index 00000000..25661508
--- /dev/null
+++ b/service/go
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+type -t deactivate && deactivate
+set -e
+pushd ..
+make $*
+popd