Skip to content

Commit d4b1d10

Browse files
joeholleymarkmandel
authored andcommitted
Copy/paste fix
Looks like an issue when pasting this command from the command line; had a repeated part of the command which was causing it to fail.
1 parent 4a936cf commit d4b1d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/create_fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Since we've only got one allocation, we'll just grab the details of the IP and p
290290
only allocated `GameServer`:
291291

292292
```
293-
kubectl get $(kubectl get fleetallocation -o name) -o jsonpath='{.status.GameServer.staatus.GameServer.status.ports[0].port}'
293+
kubectl get $(kubectl get fleetallocation -o name) -o jsonpath='{.status.gameServer.status.ports[0].port}'
294294
```
295295

296296
This should output your Game Server IP address and port. (eg `10.130.65.208:7936`)

0 commit comments

Comments
 (0)