Skip to content

Commit 814bab0

Browse files
committed
fix URLs in fixtures.yml to new Github-scheme
1 parent 601fa06 commit 814bab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.fixtures.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
fixtures:
22
repositories:
3-
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
5-
"portage": "git://github.com/gentoo/puppet-portage.git"
6-
"chocolatey": "git://github.com/puppetlabs/puppetlabs-chocolatey.git"
3+
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4+
"apt": "https://github.com/puppetlabs/puppetlabs-apt.git"
5+
"portage": "https://github.com/gentoo/puppet-portage.git"
6+
"chocolatey": "https://github.com/puppetlabs/puppetlabs-chocolatey.git"
77
yumrepo_core:
88
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
99
puppet_version: ">= 6.0.0"

0 commit comments

Comments
 (0)