summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go')
-rw-r--r--pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go b/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go
index b27b97316..e57abe914 100644
--- a/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go
+++ b/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go
@@ -10,7 +10,7 @@ var DoNotShowBranchMarkersInReflogSubcommits = NewIntegrationTest(NewIntegration
ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Git.Log.ShowGraph = "never"
+ config.AppState.GitLogShowGraph = "never"
},
SetupRepo: func(shell *Shell) {
shell.NewBranch("branch1")