Commit 6c69c5f0 by Bach Dániel

fabfile: fix copypaste error

parent d5cd72aa
......@@ -189,7 +189,7 @@ def cleanup():
def _cleanup(dir="~/circle/circle"):
"Clean pyc files"
with cd("~/circle/circle"):
with cd(dir):
run("find -name '*.py[co]' -exec rm -f {} +")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment