Skip to content

Commit 4c06730

Browse files
authored
there is an extra "," . it breaks the command
1 parent 999ccaf commit 4c06730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/hpccompute-gpu-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ az vm extension set \
145145
--version 1.2 \
146146
--settings '{ \
147147
"updateOS": true, \
148-
"driverVersion": "9.1.85", \
148+
"driverVersion": "9.1.85" \
149149
}'
150150
```
151151

0 commit comments

Comments
 (0)