Skip to content

Commit f7eacc1

Browse files
authored
Merge pull request #54469 from marabgol/patch-2
there is an extra "," . it breaks the command
2 parents 53f93ff + 4c06730 commit f7eacc1

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)