From 8d40f8a192ec1f87ed434b4795f7565a59185b11 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sat, 23 May 2020 00:48:03 +0200 Subject: [PATCH] fix typo --- repo_functions_ub1804.sh | 2 +- repo_functions_ub2004.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }