Skip to content

Commit 3279362

Browse files
Sebastian FlorekSebastian Florek
authored andcommitted
Merge pull request #551 from floreks/gulp-update-fix
Fix typo in update dependencies message
2 parents 6937a5a + 0318323 commit 3279362

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)