Skip to content

Commit d178346

Browse files
committed
fix docker-compose commands outside CI
1 parent 8e22c3b commit d178346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif
2626
ifeq ($(CI),true)
2727
DOCKER_COMPOSE_TTY_ARG=-T
2828
else
29-
DOCKER_COMPOSE_TTY_ARG=""
29+
DOCKER_COMPOSE_TTY_ARG=
3030
endif
3131

3232
.PHONY: up

0 commit comments

Comments
 (0)