Fix github username cli argument (#106)

Fixes: https://github.com/hootsuite/atlantis/issues/104
This commit is contained in:
Anubhav Mishra
2017-08-07 13:26:15 -07:00
committed by GitHub
parent 534271b6b4
commit db2d8fb6fd

View File

@@ -237,7 +237,7 @@ Once you've created the user (or have decided to use an existing user) you need
### Start Atlantis
Now you're ready to start Atlantis! Run
```
$ atlantis server --atlantis-url $URL --gh-username $USERNAME --gh-token $TOKEN
$ atlantis server --atlantis-url $URL --gh-user $USERNAME --gh-token $TOKEN
2049/10/6 00:00:00 [WARN] server: Atlantis started - listening on port 4141
```