Skip to content

Commit

Permalink
Merge pull request #662 from joshbranham/bug/remove-left-behind-comment
Browse files Browse the repository at this point in the history
Cleanup defunct comment
  • Loading branch information
openshift-merge-bot[bot] authored Feb 13, 2025
2 parents 9e072fa + 8c9161e commit 84e3537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/promote/git/app_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ func (a AppInterface) CommitSaasFile(saasFile, commitMessage string) error {
return fmt.Errorf("failed to add file %s: %v", saasFile, err)
}

//commitMessage := fmt.Sprintf("Promote %s to %s", serviceName, promotionGitHash)
cmd = exec.Command("git", "commit", "-m", commitMessage)
cmd.Dir = a.GitDirectory
err = cmd.Run()
Expand Down

0 comments on commit 84e3537

Please sign in to comment.