Skip to content
Snippets Groups Projects
Commit ca5eae6e authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Use https:// instead of ssh:// because we need to use the public clone url

parent 5a31f248
Branches master
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ directory node['webgrind']['install_path'] do ...@@ -42,7 +42,7 @@ directory node['webgrind']['install_path'] do
end end
git node['webgrind']['install_path'] do git node['webgrind']['install_path'] do
repository 'ssh://git@github.com/jokkedk/webgrind.git' repository 'https://github.com/jokkedk/webgrind.git'
revision 'master' revision 'master'
action :sync action :sync
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment