diff options
| author | Christine Dodrill <me@christine.website> | 2017-12-10 22:24:31 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-12-10 22:24:31 -0800 |
| commit | 311e876f238c6ee86c144d9f308d1a4ad8bcba35 (patch) | |
| tree | c731dbe9e25f9df9b6cd56ae6cd2ab439f8766c9 | |
| parent | 0fc228b0d55e63a151a72492c6a2364998d20aba (diff) | |
| download | xesite-311e876f238c6ee86c144d9f308d1a4ad8bcba35.tar.xz xesite-311e876f238c6ee86c144d9f308d1a4ad8bcba35.zip | |
box: fix
| -rw-r--r-- | box.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
