fix typo
This commit is contained in:
parent
fa7c843d9e
commit
8d40f8a192
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue