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

Commit

Permalink
Point users at URL for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Jun 6, 2018
1 parent 6ec4ff6 commit c29a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func getComposeAPI() (client *composeAPI.Client) {
if apiToken == "Your API Token" {
ostoken := os.Getenv("COMPOSEAPITOKEN")
if ostoken == "" {
log.Fatal("Token not set and COMPOSEAPITOKEN environment variable not set")
log.Fatal("Token not set and COMPOSEAPITOKEN environment variable not set - Get your token at https://app.compose.io/oauth/api_tokens")
}
apiToken = ostoken
}
Expand Down

0 comments on commit c29a31b

Please sign in to comment.