Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Rename environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Aug 15, 2018
1 parent 5370e7a commit a816cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func NewClient() *Client {
timeout time.Duration
errt error
)
timeoutStr, ok := os.LookupEnv("TGBOT_TIMEOUT")
timeoutStr, ok := os.LookupEnv("CORTEX_TIMEOUT")
if !ok {
timeout = defaultTimeout
} else {
Expand Down

0 comments on commit a816cb2

Please sign in to comment.