Skip to content

Commit

Permalink
small order change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Apr 1, 2024
1 parent 64bd727 commit ccd95ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vcs/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ func checkout(rev string, repo *git.Repository) error {

if hash, err := repo.ResolveRevision(plumbing.Revision(rev)); err == nil {
return wt.Checkout(&git.CheckoutOptions{
Force: true,
Hash: *hash,
Force: true,
})
}

Expand Down

0 comments on commit ccd95ca

Please sign in to comment.