Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Update test-kitchen readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michiels committed Oct 16, 2014
1 parent 3b65d71 commit 940faf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ $ curl -X GET https://api.digitalocean.com/v2/account/keys -H "Authorization: Be
When you've obtained both your access token and your key IDs you can run the tests like this:

```
$ export DIGITALOCEAN_ACCESS_TOKEN="abcdefg"
$ export DIGITALOCEAN_SSH_KEY_IDS="194173"
$ export DIGITALOCEAN_ACCESS_TOKEN=abcdefg
$ export DIGITALOCEAN_SSH_KEY_IDS=194173
$ bin/kitchen test
```

Expand Down

0 comments on commit 940faf4

Please sign in to comment.