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 3f4389e commit b2f00e6Copy full SHA for b2f00e6
lib/geo_combine/harvester.rb
@@ -54,7 +54,7 @@ def docs_to_index
54
end
55
56
# Update a repository via git
57
- # If the repository doesn't exist, clone it.
+ # If the repository doesn't exist, clone it.
58
def pull(repo)
59
repo_path = File.join(@ogm_path, repo)
60
clone(repo) unless File.directory? repo_path
0 commit comments