Skip to content

Commit

Permalink
cli: use cwd when looking for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquerie committed Aug 29, 2018
1 parent 962fc90 commit 26c70fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_compose/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@click.group()
@click.version_option()
def cli():
load_dotenv(find_dotenv())
load_dotenv(find_dotenv(usecwd=True))


@cli.command()
Expand Down

0 comments on commit 26c70fc

Please sign in to comment.