aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-12-10 22:24:31 -0800
committerChristine Dodrill <me@christine.website>2017-12-10 22:24:31 -0800
commit311e876f238c6ee86c144d9f308d1a4ad8bcba35 (patch)
treec731dbe9e25f9df9b6cd56ae6cd2ab439f8766c9
parent0fc228b0d55e63a151a72492c6a2364998d20aba (diff)
downloadxesite-311e876f238c6ee86c144d9f308d1a4ad8bcba35.tar.xz
xesite-311e876f238c6ee86c144d9f308d1a4ad8bcba35.zip
box: fix
-rw-r--r--box.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/box.rb b/box.rb
index ad38cf0..f386ae6 100644
--- a/box.rb
+++ b/box.rb
@@ -40,7 +40,7 @@ run "cd /site && go1.9.2 build -v"
### Cleanup
run %q[ rm -rf /root/go /site/backend /root/sdk /site/*.go ]
-run %q[ apk del git go1.9.2 ]
+run %q[ apk del go1.9.2 ]
cmd "/site/run.sh"