Skip to content

Commit

Permalink
Fixed outdated flag default for '--hetzner-image'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasProgrammer committed Mar 20, 2018
1 parent 7f015cc commit 8c24ac3
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 @@ -71,7 +71,7 @@ was used during creation.
| CLI option | Environment variable | Default |
| ----------------------------------- | --------------------------------- | -------------------------- |
| **`--hetzner-api-token`** | `HETZNER_API_TOKEN` | - |
| `--hetzner-image ` | `HETZNER_IMAGE_IMAGE` | `debian-9` |
| `--hetzner-image ` | `HETZNER_IMAGE_IMAGE` | `ubuntu-16.04` |
| `--hetzner-server-type` | `HETZNER_TYPE` | `cx11` |
| `--hetzner-server-location` | `HETZNER_LOCATION` | - *(let Hetzner choose)* |
| `--hetzner-existing-key-path` | `HETZNER_EXISTING_KEY_PATH` | - *(generate new keypair)* |
Expand Down

0 comments on commit 8c24ac3

Please sign in to comment.