Skip to content

Commit

Permalink
update default cli endpoint (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew authored Aug 17, 2020
1 parent 38626ae commit 6988af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gretel_client/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


GRETEL_API_KEY = os.getenv('GRETEL_API_KEY')
GRETEL_ENV = os.getenv('GRETEL_ENV', 'api-dev')
GRETEL_ENV = os.getenv('GRETEL_ENV', 'api')


class SeekableStreamBuffer(Iterable):
Expand Down

0 comments on commit 6988af2

Please sign in to comment.