From 7d857838c2d80a334a5b06e22eec0b732e0b5ee1 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 28 Dec 2023 17:03:49 +0300 Subject: [PATCH] Update 'jf go-config' command to 'jf goc' --- 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 fe4b9b4..4307373 100644 --- a/jfrog-oauth/run.sh +++ b/jfrog-oauth/run.sh @@ -60,7 +60,7 @@ if [ -z "${REPOSITORY_GO}" ]; then echo "You can configure a go repository by providing the a key for 'go' in the 'package_managers' input." else echo "🐹 Configuring go..." - jf go-config --global --repo-resolve "${REPOSITORY_GO}" + jf goc --global --repo-resolve "${REPOSITORY_GO}" fi echo "🥳 Configuration complete!" diff --git a/jfrog-token/run.sh b/jfrog-token/run.sh index fe4b9b4..4307373 100644 --- a/jfrog-token/run.sh +++ b/jfrog-token/run.sh @@ -60,7 +60,7 @@ if [ -z "${REPOSITORY_GO}" ]; then echo "You can configure a go repository by providing the a key for 'go' in the 'package_managers' input." else echo "🐹 Configuring go..." - jf go-config --global --repo-resolve "${REPOSITORY_GO}" + jf goc --global --repo-resolve "${REPOSITORY_GO}" fi echo "🥳 Configuration complete!"