summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-04 05:41:26 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-04 05:41:26 -0400
commit46cde353a6c60cb891ca64dc57dfc540de538e03 (patch)
tree84a09b479e8a985ebb5ba9332290c3ba204e621a
parentfc8a6a7cd192f9339e042dc4e564cc1d5046eb03 (diff)
downloadpuppet-tozt-46cde353a6c60cb891ca64dc57dfc540de538e03.tar.gz
puppet-tozt-46cde353a6c60cb891ca64dc57dfc540de538e03.zip
fix warning
-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 023d384..09de0fe 100755
--- a/modules/tozt/files/new-git-repo
+++ b/modules/tozt/files/new-git-repo
@@ -58,7 +58,7 @@ package NewGitRepo {
git(
'remote',
'add', 'gitlab',
- "https://$gitlab_user:$gitlab_token\@gitlab.com/$gitlab_user/$opts{name}",
+ "https://$gitlab_user:$gitlab_token\@gitlab.com/$gitlab_user/$opts{name}.git",
);
my $cgitrc = $self->generate_cgitrc(%opts);