Skip to content

Commit

Permalink
removed the -i flag from the adore cli run command
Browse files Browse the repository at this point in the history
  • Loading branch information
akoerner1 committed Dec 9, 2024
1 parent 382dc16 commit 898da80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions adore_cli.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,7 @@ adore_cli_run:
make adore_cli_start; \
fi
@echo "Executing command in container ${ADORE_CLI_CONTAINER_NAME}: $(cmd)"
@if test -t 1; then \
docker exec --workdir /tmp/adore -it ${ADORE_CLI_CONTAINER_NAME} zsh -c "source ~/.zshrc && $(cmd)"; \
else \
docker exec --workdir /tmp/adore ${ADORE_CLI_CONTAINER_NAME} zsh -c "source ~/.zshrc && $(cmd)"; \
fi
docker exec --workdir /tmp/adore ${ADORE_CLI_CONTAINER_NAME} zsh -c "source ~/.zshrc && $(cmd)"; \



Expand Down

0 comments on commit 898da80

Please sign in to comment.