Skip to content

Commit b343a25

Browse files
committed
use repos from openvoxproject
1 parent 93c2c03 commit b343a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet_references/repo.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(name, directory, sources = nil, config = nil)
1313
if sources
1414
@sources = [sources].flatten
1515
else
16-
@sources = ["[email protected]:puppetlabs/#{@name}.git"]
16+
@sources = ["[email protected]:openvoxproject/#{@name}.git"]
1717
end
1818
@main_source = @sources[0]
1919
unless Dir.exist?(@directory + '.git') || @config['skip_download']
@@ -52,4 +52,4 @@ def update_bundle
5252
end
5353

5454
end
55-
end
55+
end

0 commit comments

Comments
 (0)