Skip to content

Commit

Permalink
Update client/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Bécan <[email protected]>
  • Loading branch information
strokyl and gbecan authored Feb 12, 2024
1 parent 441ab8b commit 7318e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Make(token string, baseUrl string) Client {
func MakeFromEnv() Client {
token := os.Getenv("CDK_TOKEN")
if token == "" {
fmt.Fprintln(os.Stderr, "Please seat CDK_TOKEN")
fmt.Fprintln(os.Stderr, "Please set CDK_TOKEN")
os.Exit(1)
}
baseUrl := os.Getenv("CDK_BASE_URL")
Expand Down

0 comments on commit 7318e14

Please sign in to comment.