Skip to content

Commit 0318323

Browse files
author
Sebastian Florek
committed
Fix typo in update dependencies message
1 parent 6937a5a commit 0318323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function checkDependencies(packageManager) {
9292
gulputil.log(
9393
gulputil.colors.yellow(
9494
`Dependencies needed to update:\n${dependenciesStr}\n` +
95-
'Run: \'gulp update-npm-dependencies\', then \'npm install\' to update' +
95+
`Run: 'gulp update-${packageManager}-dependencies', then '${packageManager} install' to update` +
9696
' dependencies.\n'));
9797
}
9898

0 commit comments

Comments
 (0)