Skip to content

Commit 21bbd97

Browse files
author
Yuki Ban
committed
Modified fabfile.py
1 parent 4c00bd1 commit 21bbd97

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fabfile.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _clean(path):
3737
def deploy():
3838
_check()
3939

40-
run(":")
40+
sudo(":")
4141

4242
local("rm -f resources/public/public.tar.gz")
4343

@@ -62,3 +62,7 @@ def deploy():
6262

6363
sudo("service jetty restart")
6464
sudo("service nginx restart")
65+
66+
local("rm -f resources/public/public.tar.gz")
67+
68+

src/clj/astrocats/gameutil.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(defn calc-block-collision
44
[cat blocks map]
5-
(let same-rad-blocks ))
5+
(let same-rad-blocks (for [w tst :when (if (> (w :x) 10) w)] w)))
66

77
(defrecord Coin [id radius theta exist])
88

0 commit comments

Comments
 (0)