Skip to content

Commit faa58cf

Browse files
committed
Fix Readme
1 parent 14798c2 commit faa58cf

File tree

1 file changed

+2
-1
lines changed
  • examples/machine-learning/a4x-highgpu-4g

1 file changed

+2
-1
lines changed

examples/machine-learning/a4x-highgpu-4g/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ gcluster deploy -d a4x-vm-deployment.yaml a4x-vm.yaml
122122

123123
``` bash
124124
#!/bin/bash
125-
gcluster destroy a4x-vm-deployment.yaml --auto-approve
125+
#!/bin/bash
126+
./gcluster destroy <DEPLOYMENT_FOLDER> --auto-approve
126127
```
127128

128129
### Cloud Storage FUSE

0 commit comments

Comments
 (0)