Skip to content

Commit

Permalink
Fix to use windows git.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Apr 20, 2020
1 parent 13adef1 commit d48e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ end
# checkout
# --------------------------------------------------------------------------- #
def checkout(branch, &callback)
sh("git checkout #{branch}")
cmd("git checkout #{branch}")
callback.call()
ensure
sh("git checkout master")
cmd("git checkout master")
end

# --------------------------------------------------------------------------- #
Expand Down

0 comments on commit d48e760

Please sign in to comment.