Skip to content

Commit

Permalink
chore: print debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouspoop committed Sep 4, 2024
1 parent a4f8d86 commit 2e6d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (g *Git) Push(remote *model.Remote, branch model.Branch, auth *config.Crede
Force: true,
Auth: Auth,
})
fmt.Println("hello")
fmt.Println(err)
if strings.Contains(err.Error(), "unable to authenticate") {
return g.err.KeyNotSupported
} else if errors.Is(err, git.NoErrAlreadyUpToDate) {
Expand Down

0 comments on commit 2e6d2c3

Please sign in to comment.