Commit f8965fef by sikang

bug fix

parent 3f4bc624
......@@ -99,7 +99,7 @@ class Shell:
# reset project
def reset_project(self, config):
command = "%s\n%s\n%s\n%s\n%s\n%s\n" \
command = "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n" \
% (
"cd %s" % config['root'],
"git checkout . && git clean -df",
......
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 to comment