Fix environment variable for NOMAD_ADDR (#8302)

This commit is contained in:
Michael Fellinger 2020-06-29 14:26:20 +02:00 committed by GitHub
parent 1eb42ac023
commit 8f41747645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ local machine does not have a running Nomad agent. To do so, set the
commands.
```shell-session
$ nomad_ADDR=https://remote-address:4646 nomad status
$ NOMAD_ADDR=https://remote-address:4646 nomad status
$ nomad status -address=https://remote-address:4646
```