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

Update card images

parent 6b673d80
...@@ -10,10 +10,10 @@ module Git ...@@ -10,10 +10,10 @@ module Git
end end
def push def push
return `cd #{Global.answer_path} && git push` return `cd #{Global.full_answer_path} && git push`
end end
def commit(message = "") 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
end 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