From 70e3be33efbadc072f54b216c5b0ef31f5362926 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 4 Oct 2023 09:43:17 +0200 Subject: [PATCH] chore(update): updated step title refs https://github.com/TryGhost/Ghost-CLI/pull/1784#discussion_r1345131017 - as per feedback in referenced link --- lib/commands/update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commands/update.js b/lib/commands/update.js index 7eb2aa037..96c4482fb 100644 --- a/lib/commands/update.js +++ b/lib/commands/update.js @@ -94,7 +94,7 @@ class UpdateCommand extends Command { title: 'Linking latest Ghost and recording versions', task: this.link }, { - title: 'Installing default themes', + title: 'Linking built-in themes', task: this.linkDefaultThemes }, { title: 'Running database migrations', @@ -243,7 +243,7 @@ class UpdateCommand extends Command { } } } - } + } // ensure all default themes (e.g. themes shipped with Ghost) are symlinked to /content/themes directory if (fs.existsSync(currentThemesDir)) {