Skip to content

Commit 489d762

Browse files
committed
refactor(example/base.mk): update log message for clarity on run function
1 parent 945857a commit 489d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ run:
9797
HOSTNAME=$$(hostname); \
9898
echo "$(GREEN)✅ BioSpring container started successfully!$(RESET)"; \
9999
echo ""; \
100-
echo "$(YELLOW)⚠️ Before continuing, please note that the BioSpring program is running in idle mode within the container, waiting for a connection. By proceeding, we will reattach to the container and display BioSpring's logs in real-time. Afterward, you can use the following information to connect:$(RESET)"; \
100+
echo "$(YELLOW)⚠️ Before continuing, please note that the BioSpring program is running now in idle mode within the container, waiting for a connection. By proceeding, we will reattach to the container and display BioSpring's logs in real-time. Afterward, you can use the following information to connect:$(RESET)"; \
101101
echo ""; \
102102
echo " - On the local machine: $(GREEN)localhost:8888$(RESET) or $(GREEN)127.0.0.1:8888$(RESET)"; \
103103
echo " - On the network: $(GREEN)$$HOSTNAME:8888$(RESET)"; \

0 commit comments

Comments
 (0)