Skip to content

Commit

Permalink
Use full path to git on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Apr 12, 2024
1 parent 7716ce1 commit fd206d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def create_repo
exit
end
end
LitmusHelper.instance.run_shell('git config --global user.email "root@localhost"')
LitmusHelper.instance.run_shell('git config --global user.name "root"')
LitmusHelper.instance.run_shell('"C:/Program Files/Git/bin/git" config --global user.email "root@localhost"')
LitmusHelper.instance.run_shell('"C:/Program Files/Git/bin/git" config --global user.name "root"')
end
end

Expand Down

0 comments on commit fd206d2

Please sign in to comment.