Skip to content

Commit 8d38ff9

Browse files
committed
Fix double instructions
1 parent f964db0 commit 8d38ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallPresetPresets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ public function getPresets() {
688688
],
689689
[
690690
'type' => 'notify',
691-
'content' => "Add fields you want indexed to the index in config/statamic/search.php. The page_builder field is added by default.\n4. Update the search index by running php please search:update --all.\n5. Make sure you add the update command to your deployment script."
691+
'content' => "Add fields you want indexed to the index in config/statamic/search.php. The page_builder field is added by default."
692692
],
693693
[
694694
'type' => 'notify',

0 commit comments

Comments
 (0)