Skip to content

Commit ce0f426

Browse files
committed
Typo and add location for GIT url
- switch from git+ssh to https github access Signed-off-by: Martin Alfke <ma@betadots.de>
1 parent 6de6c16 commit ce0f426

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

WORKFLOW_reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ The rakefile has three rake tasks:
8181
- references:openfact
8282
- references:openvox
8383

84-
Each reference source is clonde into `vendor/` directory.
84+
Each reference source is cloned into `vendor/` directory.
85+
86+
GitHub URL is located in `lib/puppet_references/repo.rb`
8587

8688
#### OpenFact Workflow
8789

lib/puppet_references/repo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize(name, directory, sources = nil, config = nil)
1414
@sources = if sources
1515
[sources].flatten
1616
else
17-
["git@github.com:openvoxproject/#{@name}.git"]
17+
["https://github.com/openvoxproject/#{@name}.git"]
1818
end
1919
@main_source = @sources[0]
2020
unless Dir.exist?(@directory + '.git') || @config['skip_download']

0 commit comments

Comments
 (0)