Skip to content

Commit

Permalink
chore: update make with tty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Dec 6, 2023
1 parent b3fc1b3 commit 2a6a436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ down-stack: ## Bring down the stack without deleting volumes
down

enable-debug:
@docker-compose -f docker-compose.icon-chain.yml exec icon goloop system config rpcIncludeDebug true
@docker-compose -f docker-compose.icon-chain.yml exec -T icon goloop system config rpcIncludeDebug true

install-goloop: ## Install goloop
cd goloop && $(MAKE) goloop
Expand Down

0 comments on commit 2a6a436

Please sign in to comment.