From dc710ff579ef65c28fc86d889b926976ac329a4d Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 14 Nov 2023 03:39:21 +0300 Subject: [PATCH] Fix typo in jfrog-oauth and jfrog-token run.sh --- jfrog-oauth/run.sh | 2 +- jfrog-token/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jfrog-oauth/run.sh b/jfrog-oauth/run.sh index bc584ee..f9ed7fe 100644 --- a/jfrog-oauth/run.sh +++ b/jfrog-oauth/run.sh @@ -30,7 +30,7 @@ else # check if yarn is installed and configure it to use the Artifactory "npm" repository. if command -v yarn >/dev/null 2>&1; then echo "📦 Configuring yarn..." - jf yarn --global --repo-resolve "${REPOSITORY_NPM}" + jf yarnc --global --repo-resolve "${REPOSITORY_NPM}" fi cat <~/.npmrc email = ${ARTIFACTORY_EMAIL} diff --git a/jfrog-token/run.sh b/jfrog-token/run.sh index bc584ee..f9ed7fe 100644 --- a/jfrog-token/run.sh +++ b/jfrog-token/run.sh @@ -30,7 +30,7 @@ else # check if yarn is installed and configure it to use the Artifactory "npm" repository. if command -v yarn >/dev/null 2>&1; then echo "📦 Configuring yarn..." - jf yarn --global --repo-resolve "${REPOSITORY_NPM}" + jf yarnc --global --repo-resolve "${REPOSITORY_NPM}" fi cat <~/.npmrc email = ${ARTIFACTORY_EMAIL}