From 97447d1dacaf4dc26a72a5cd4a12e248c525a9c5 Mon Sep 17 00:00:00 2001 From: "Kerry W. Lothrop" Date: Mon, 7 Mar 2016 09:23:08 +0100 Subject: [PATCH] Replace git://github.com with https://github.com. --- util/transporter_chief/transporter_chief.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/transporter_chief/transporter_chief.rb b/util/transporter_chief/transporter_chief.rb index 42e9c5c44..4bf15851d 100755 --- a/util/transporter_chief/transporter_chief.rb +++ b/util/transporter_chief/transporter_chief.rb @@ -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)