Skip to content

Commit

Permalink
chore(update): updated step title
Browse files Browse the repository at this point in the history
refs #1784 (comment)

- as per feedback in referenced link
  • Loading branch information
daniellockyer committed Oct 4, 2023
1 parent 064f6b6 commit 70e3be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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)) {
Expand Down

0 comments on commit 70e3be3

Please sign in to comment.