Skip to content

Commit 49d1a35

Browse files
committed
fix(update): the log is printed as 'upgrade'
1 parent 0840ac8 commit 49d1a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = async (options) => {
6666
log.info('ensure folders...')
6767
await initialFolder(files)
6868

69-
log.info('upgrading...')
69+
log.info('updating...')
7070
await Promise.all(files.map(copy))
7171
await genMilirc(cwd, view)
7272

0 commit comments

Comments
 (0)