Skip to content

Commit

Permalink
New: make bootstrap.sh use Github with SSL.
Browse files Browse the repository at this point in the history
This is the default for Github now and accessing the old bare http URL just causes a redirect to https.
  • Loading branch information
aljungberg committed Dec 9, 2013
1 parent 2fc501f commit fadffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -307,7 +307,7 @@ if [ "$install_cappuccino" ]; then
git clone "$git_repo" "$install_directory"
(cd "$install_directory" && git checkout "origin/$github_ref")
else
zip_ball="http://github.com/$github_path/zipball/$github_ref"
zip_ball="https://github.com/$github_path/zipball/$github_ref"

echo "Downloading Cappuccino base from \"$zip_ball\"..."
curl_quiet_arg=""
Expand Down

0 comments on commit fadffee

Please sign in to comment.