Skip to content

Commit

Permalink
Quote path
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Oct 15, 2016
1 parent 02a3d31 commit 9061fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-downloader/git.rb
Expand Up @@ -15,7 +15,7 @@ def options_specific?
def checkout_options
options = {}
options[:git] = url
options[:commit] = `git -C #{target_path} rev-parse HEAD`.chomp
options[:commit] = `git -C "#{target_path}" rev-parse HEAD`.chomp
options[:submodules] = true if self.options[:submodules]
options
end
Expand Down

0 comments on commit 9061fe9

Please sign in to comment.