Skip to content

Commit

Permalink
Fix-up README to use METAL_AUTH_TOKEN consistent with what the packag…
Browse files Browse the repository at this point in the history
…e would expect from an environment variable-- this isn't breaking example, but as a debug step is clearer/more consistent.

Signed-off-by: Joseph D. Marhee <jmarhee@interiorae.com>
  • Loading branch information
jmarhee committed Feb 18, 2021
1 parent 802a0da commit 6fafb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To monitor the Docker debugging details and the Equinix Metal API calls:
go build
PACKNGO_DEBUG=1 PATH=`pwd`:$PATH docker-machine \
--debug create -d metal \
--metal-api-key=$METAL_TOKEN \
--metal-api-key=$METAL_AUTH_TOKEN \
--metal-project-id=$METAL_PROJECT \
foo
```
Expand Down

0 comments on commit 6fafb57

Please sign in to comment.