Skip to content

Commit

Permalink
Maybe windows quoting trouble?
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Sep 28, 2020
1 parent 252ecf4 commit 615dcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/source/git/git_proxy.rb
Expand Up @@ -136,7 +136,7 @@ def copy_to(destination, submodules = false)
if submodules
git_retry "submodule update --init --recursive", :dir => destination
elsif Gem::Version.create(version) >= Gem::Version.create("2.9.0")
git_retry "submodule foreach --quiet 'git -C $toplevel submodule deinit --force $sm_path'", :dir => destination
git_retry 'submodule foreach --quiet "git -C \$toplevel submodule deinit --force \$sm_path"', :dir => destination
end
end

Expand Down

0 comments on commit 615dcd0

Please sign in to comment.