Skip to content

Commit

Permalink
test setting GIT_ASKPASS
Browse files Browse the repository at this point in the history
  • Loading branch information
wmiller112 committed Oct 28, 2022
1 parent 008c829 commit c2c65c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func main() {
if initMode {
return
}
os.Setenv("GIT_ASKPASS", "/usr/local/bin/git_askpass.sh")
dir, err := os.Getwd()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit c2c65c3

Please sign in to comment.