Skip to content

Commit 6bccd7d

Browse files
committed
Switch from git to https url in .fixtures.yml
GitHub drop support for git:// url a while ago.
1 parent b042af0 commit 6bccd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.fixtures.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fixtures:
22
repositories:
3-
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
3+
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4+
"apt": "https://github.com/puppetlabs/puppetlabs-apt.git"
55
"systemd": "https://github.com/voxpupuli/puppet-systemd.git"
66
"zypprepo": "https://github.com/voxpupuli/puppet-zypprepo.git"
77
yumrepo_core:

0 commit comments

Comments
 (0)