summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/custom_patch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/custom_patch.go')
-rw-r--r--pkg/integration/tests/demo/custom_patch.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/custom_patch.go b/pkg/integration/tests/demo/custom_patch.go
index b110054a5..70aecd668 100644
--- a/pkg/integration/tests/demo/custom_patch.go
+++ b/pkg/integration/tests/demo/custom_patch.go
@@ -21,9 +21,7 @@ var CustomPatch = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(cfg *config.AppConfig) {
- // No idea why I had to use version 2: it should be using my own computer's
- // font and the one iterm uses is version 3.
- cfg.UserConfig.Gui.NerdFontsVersion = "2"
+ cfg.UserConfig.Gui.NerdFontsVersion = "3"
},
SetupRepo: func(shell *Shell) {
shell.CreateNCommitsWithRandomMessages(30)