Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
swap out for https
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Jan 7, 2011
1 parent 5175c20 commit e2f5d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nachos/main.rb
Expand Up @@ -34,7 +34,7 @@ def chdir(dir)
end end


def sync_repo(repo) def sync_repo(repo)
git_url = repo.url.gsub("http", "git") git_url = repo.url.gsub("https", "git")
path = repo_path(repo) path = repo_path(repo)
if repo_exists?(repo) if repo_exists?(repo)
chdir(path) do chdir(path) do
Expand Down

0 comments on commit e2f5d0a

Please sign in to comment.