Skip to content

Commit 67b622d

Browse files
committed
doc: Update jq paths
1 parent c896e38 commit 67b622d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export VOLUME_ID=$(obelisk client execution submit -f --json obelisk-flyio:activ
7272
"name": "my_app_vol",
7373
"region": "ams",
7474
"size-gb": 1
75-
}' | jq -r '.[-1].ok.ok.id')
75+
}' | jq -r '.[-1].ok.id')
7676
```
7777

7878
Delete the volume:
@@ -85,7 +85,7 @@ Launch a VM:
8585
```sh
8686
MACHINE_ID=$(obelisk client execution submit -f --json obelisk-flyio:activity-fly-http/machines@1.0.0-beta.create -- \
8787
\"$FLY_APP_NAME\" \"$FLY_MACHINE_NAME\" "$(./scripts/fly-http-machine-config.json.sh)" \"$FLY_REGION\" \
88-
| jq -r '.[-1].ok.ok')
88+
| jq -r '.[-1].ok')
8989
```
9090

9191
Get the VM:

0 commit comments

Comments
 (0)