Skip to content

Commit

Permalink
Replace git://github.com with https://github.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
lothrop committed Mar 7, 2016
1 parent f4032fc commit 97447d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/transporter_chief/transporter_chief.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def fail(message)
Dir.chdir($temp_path) do
log "Fetching latest ios-deploy"
quiet = options.verbose ? "" : "-q"
execute("git clone #{quiet} git://github.com/phonegap/ios-deploy.git", options.verbose)
execute("git clone #{quiet} https://github.com/phonegap/ios-deploy.git", options.verbose)
Dir.chdir("ios-deploy/") do
log "Compiling ios-deploy"
execute("xcodebuild", options.verbose)
Expand Down

0 comments on commit 97447d1

Please sign in to comment.