Commit dfce04cc authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update card images

parent 6b673d80
......@@ -10,10 +10,10 @@ module Git
end
def push
return `cd #{Global.answer_path} && git push`
return `cd #{Global.full_answer_path} && git push`
end
def commit(message = "")
return `cd #{Global.answer_path} && git add . && git commit -a -m \"Update card images\"`
return `cd #{Global.full_answer_path} && git add . && git commit -a -m \"Update card images\"`
end
end
\ No newline at end of file
end
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