Skip to content

Commit

Permalink
log git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
annabarnes1138 committed May 15, 2021
1 parent 55a53ee commit d949a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (g *Git) Push(workingDir string, args ...string) error {
pushArgs := []string{"push"}
pushArgs = append(pushArgs, args...)
command := exec.Command("git", pushArgs...)
fmt.Printf("Executing command git %s", pushArgs)
return runCommand(workingDir, command)
}

Expand Down

0 comments on commit d949a5f

Please sign in to comment.