Commit ff6ea5ee authored by Orta Therox's avatar Orta Therox

support a more string pushing policy

parent cb5e0dbf
......@@ -139,7 +139,7 @@ module Pod
#
def push_repo
UI.puts "\nPushing the `#{@repo}' repo\n".yellow
Dir.chdir(repo_dir) { UI.puts `git push 2>&1` }
Dir.chdir(repo_dir) { UI.puts `git push origin master 2>&1` }
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