Update 'jf go-config' command to 'jf goc'

pull/115/head
Muhammad Atif Ali 2 years ago
parent c289810c78
commit 7d857838c2

@ -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!"

@ -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!"

Loading…
Cancel
Save