This commit is contained in:
Francois B. (Makoto) 2020-05-23 00:48:03 +02:00
parent fa7c843d9e
commit 8d40f8a192
2 changed files with 2 additions and 2 deletions

View file

@ -1247,7 +1247,7 @@ function dockerio_PostTrtFct () {
function angularcli_PostTrtFct () {
if which yarn >/dev/null; then
runCmd "ng config -g cli.packageManager yarn" \
"using yarn instead of nom for angular/cli"
"using yarn instead of npm for angular/cli"
fi
}

View file

@ -1109,7 +1109,7 @@ function dockerio_PostTrtFct () {
function angularcli_PostTrtFct () {
if which yarn >/dev/null; then
runCmd "ng config -g cli.packageManager yarn" \
"using yarn instead of nom for angular/cli"
"using yarn instead of npm for angular/cli"
fi
}