summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/filter_by_path/cli_arg.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/filter_by_path/cli_arg.go')
-rw-r--r--pkg/integration/tests/filter_by_path/cli_arg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/filter_by_path/cli_arg.go b/pkg/integration/tests/filter_by_path/cli_arg.go
index de368c17d..5b3912829 100644
--- a/pkg/integration/tests/filter_by_path/cli_arg.go
+++ b/pkg/integration/tests/filter_by_path/cli_arg.go
@@ -7,7 +7,7 @@ import (
var CliArg = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Filter commits by file path, using CLI arg",
- ExtraCmdArgs: []string{"-f", "filterFile"},
+ ExtraCmdArgs: []string{"-f=filterFile"},
Skip: false,
SetupConfig: func(config *config.AppConfig) {
},