From 084d79e8b4671ce40e9b1044987578a92e1c0e3c Mon Sep 17 00:00:00 2001 From: Jason Erb Date: Mon, 13 Mar 2017 22:46:23 -0400 Subject: Reflect current URL in example comment Change-Id: I51091c69d2698ba23207a95d17f4748c22cd7cb7 Reviewed-by: Edward Welbourne --- init-repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-repository b/init-repository index 570e124f..ff3390f8 100755 --- a/init-repository +++ b/init-repository @@ -381,7 +381,7 @@ sub git_clone_all_submodules # manually clone each repo here, so we can easily use reference repos, mirrors etc my @configresult = qx(git config -l); foreach my $line (@configresult) { - # Example line: submodule.qtqa.url=git://gitorious.org/qt/qtqa.git + # Example line: submodule.qtqa.url=git://code.qt.io/qt/qtqa.git next if ($line !~ /submodule\.([^.=]+)\.url=/); my $module = $1; -- cgit v1.2.3