Skip to content

Commit

Permalink
trailing space deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
hudajkhan committed Mar 30, 2023
1 parent 3f4389e commit b2f00e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geo_combine/harvester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def docs_to_index
end

# Update a repository via git
# If the repository doesn't exist, clone it.
# If the repository doesn't exist, clone it.
def pull(repo)
repo_path = File.join(@ogm_path, repo)
clone(repo) unless File.directory? repo_path
Expand Down

0 comments on commit b2f00e6

Please sign in to comment.