We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c5427 commit 60bae0dCopy full SHA for 60bae0d
lib/geo_combine/harvester.rb
@@ -73,7 +73,7 @@ def clone(repo = nil)
73
return 0 if File.directory? repo_path
74
75
repo_url = "https://github.com/OpenGeoMetadata/#{repo}.git"
76
- Git.clone(repo_url, repo, path: repo_path, depth: 1) && 1
+ Git.clone(repo_url, nil, path: ogm_path, depth: 1) && 1
77
end
78
79
private
0 commit comments