diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index e62b2dd..352c11a 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -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 } diff --git a/repo_functions_ub2004.sh b/repo_functions_ub2004.sh index e621759..798394a 100644 --- a/repo_functions_ub2004.sh +++ b/repo_functions_ub2004.sh @@ -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 }