Skip to content

Commit aecaa3a

Browse files
author
Joshua Hoblitt
committed
change .fixtures.yml to use https:// instead of git://
1 parent 0fba3b0 commit aecaa3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.fixtures.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fixtures:
22
repositories:
3-
"stdlib":
4-
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
5-
ref: "4.2.0"
3+
stdlib:
4+
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
5+
ref: '4.2.0'
66
symlinks:
7-
"pureftpd": "#{source_dir}"
7+
pureftpd: "#{source_dir}"

0 commit comments

Comments
 (0)