Skip to content

Commit

Permalink
Fix issue working-with-machines-api.html.markerb (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Aug 9, 2024
1 parent ae208fd commit e588116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/api/working-with-machines-api.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The `fly tokens deploy` command creates a token capable of managing the applicat
To set an access token as an environment variable on Fly Machines, use a [secret](/docs/apps/secrets/); for example:

```cmd
fly secrets set FLY_API_TOKEN=$(fly tokens deploy)
fly secrets set FLY_API_TOKEN="$(fly tokens deploy)"
```

## Response Codes
Expand Down

0 comments on commit e588116

Please sign in to comment.