Skip to content

Commit

Permalink
Remove overlooked, now nonsensical comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 1, 2023
1 parent 056bcad commit 2310025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/command/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func TestConfigureGitCommitTemplate(t *testing.T) {

_ = TemplateCommand.Run(c, []string{"template"}...)

// Pass default value to git config to avoid command exiting with 1, causing panic here...
config, err := exec.Command("git", "config", "--local", "commit.template").Output()
if err != nil {
t.Errorf("Expected Git config not applied")
Expand Down

0 comments on commit 2310025

Please sign in to comment.