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 2f8d4d2 commit 441ab8b
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 @@ -29,7 +29,7 @@ func MakeFromEnv() Client {
}
baseUrl := os.Getenv("CDK_BASE_URL")
if baseUrl == "" {
fmt.Fprintln(os.Stderr, "Please seat CDK_BASE_URL")
fmt.Fprintln(os.Stderr, "Please set CDK_BASE_URL")
os.Exit(2)
}

Expand Down

0 comments on commit 441ab8b

Please sign in to comment.