summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/commit_and_push.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/commit_and_push.go')
-rw-r--r--pkg/integration/tests/demo/commit_and_push.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/demo/commit_and_push.go b/pkg/integration/tests/demo/commit_and_push.go
index 545d24d1e..360d685ce 100644
--- a/pkg/integration/tests/demo/commit_and_push.go
+++ b/pkg/integration/tests/demo/commit_and_push.go
@@ -11,7 +11,7 @@ var CommitAndPush = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Gui.NerdFontsVersion = "3"
+ setDefaultDemoConfig(config)
},
SetupRepo: func(shell *Shell) {
shell.CreateFile("my-file.txt", "myfile content")