summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/reword.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/commit/reword.go')
-rw-r--r--pkg/integration/tests/commit/reword.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/commit/reword.go b/pkg/integration/tests/commit/reword.go
index f488977ed..48941b7d2 100644
--- a/pkg/integration/tests/commit/reword.go
+++ b/pkg/integration/tests/commit/reword.go
@@ -7,7 +7,7 @@ import (
var Reword = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Staging a couple files and committing",
- ExtraCmdArgs: "",
+ ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {