Skip to content

Commit

Permalink
Fixed #31
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 2, 2015
1 parent d3ef288 commit 1d8d7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ def in_(ctx, topics, yes, as_, enter):

# Override inherited context
# with that coming from be.yaml.
if "context" in be:
if "environment" in be:
parsed = _format.parse_environment(
fields=be["context"],
fields=be["environment"],
context=context,
topics=topics)
context["BE_ENVIRONMENT"] = " ".join(parsed.keys())
Expand Down

0 comments on commit 1d8d7c5

Please sign in to comment.