From 311e876f238c6ee86c144d9f308d1a4ad8bcba35 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 10 Dec 2017 22:24:31 -0800 Subject: [PATCH] box: fix --- box.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"