Skip to content

Commit

Permalink
changed container name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelDLR committed Sep 27, 2024
1 parent b930efd commit 21c44b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adore_cli.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stop_adore_cli: docker_host_context_check adore_cli_teardown

.PHONY: adore_cli
adore_cli: docker_host_context_check build_fast_adore_cli_core ## Start adore_cli context or attach to it if already running
@if [[ "$$(docker inspect -f '{{.State.Running}}' '${ADORE_CLI_PROJECT}' 2>/dev/null)" == "true" ]]; then\
@if [[ "$$(docker inspect -f '{{.State.Running}}' '${ADORE_CLI_PROJECT}_${ADORE_TAG}' 2>/dev/null)" == "true" ]]; then\
cd "${ADORE_CLI_MAKEFILE_PATH}" && make --file=${ADORE_CLI_MAKEFILE_PATH}/adore_cli.mk adore_cli_attach;\
exit 0;\
else\
Expand Down

0 comments on commit 21c44b2

Please sign in to comment.