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
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ directory node['webgrind']['install_path'] do
end
git node['webgrind']['install_path'] do
repository 'ssh://git@github.com/jokkedk/webgrind.git'
repository 'https://github.com/jokkedk/webgrind.git'
revision 'master'
action :sync
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