We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0099997 commit 835a41aCopy full SHA for 835a41a
scripts/update-sdk.sh
@@ -16,7 +16,6 @@
16
17
set -euo pipefail
18
19
-SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
20
CURRENT_SDK_RELEASE=$(go list -m all | grep go.mongodb.org/atlas-sdk | awk -F '/| ' '{print $3}')
21
echo "CURRENT_SDK_RELEASE: $CURRENT_SDK_RELEASE"
22
0 commit comments