Skip to content

Commit 5b696b6

Browse files
Fix formatting in setup.sh for wheel_url
1 parent 9722100 commit 5b696b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### * Comment the ml extension install within <az_ml_install>
77

88
{
9-
wheel_url='https://mlsdksaprod.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.40.1-py3-none-any.whl'
9+
wheel_url='https://mlsdksaprod.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.40.1-py3-none-any.whl'
1010

1111
az extension remove -n ml
1212
if ! az extension add --yes --upgrade --source "$wheel_url"; then

0 commit comments

Comments
 (0)