Skip to content

Commit

Permalink
[AIRFLOW-6866] Fix wrong export for Mac on Breeze (apache#7485)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6502cfa)
(cherry picked from commit a523c9a)
  • Loading branch information
potiuk authored and kaxil committed Mar 29, 2020
1 parent cf04e95 commit 5618a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breeze
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function parse_arguments() {
-k|--stop-environment)
COMMAND_TO_RUN="run_docker_compose"
DOCKER_COMPOSE_COMMAND="down"
export EXTRA_DC_OPTIONS+=("--remove-orphans")
EXTRA_DC_OPTIONS+=("--remove-orphans")
shift ;;
-x|--execute-command)
COMMAND_TO_RUN="run_in_bash"
Expand Down

0 comments on commit 5618a2c

Please sign in to comment.