summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/new-git-repo
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/files/new-git-repo')
-rwxr-xr-xmodules/tozt/files/new-git-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/files/new-git-repo b/modules/tozt/files/new-git-repo
index 0519242..43c619b 100755
--- a/modules/tozt/files/new-git-repo
+++ b/modules/tozt/files/new-git-repo
@@ -33,7 +33,7 @@ package NewGitRepo {
git(
'clone',
'--bare',
- "git://github.com/$github_user/$opts{name}",
+ "https://github.com/$github_user/$opts{name}",
$new_dir
);
git(qw(remote rm origin));