Skip to content

Commit

Permalink
change .fixtures.yml to use https:// instead of git://
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed May 27, 2014
1 parent 0fba3b0 commit aecaa3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fixtures:
repositories:
"stdlib":
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.2.0"
stdlib:
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.2.0'
symlinks:
"pureftpd": "#{source_dir}"
pureftpd: "#{source_dir}"

0 comments on commit aecaa3a

Please sign in to comment.