Skip to content
Snippets Groups Projects
Commit fb4dccea authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 581063a0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Github
sha = nil
end
commit_message ||= "[#{kind}] Save #{ title }"
return unless repository?
return if repository.blank?
client.create_contents repository,
remote_file,
commit_message,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment