Skip to content

Commit 70463ab

Browse files
committed
replacing
1 parent e57887c commit 70463ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ endef
7373
# Function to prompt for credentials if they don't exist
7474
define prompt_for_credentials
7575
@if [ ! -f $(AUTH_CREDS_FILE) ]; then \
76-
printf "$(YELLOW)First time setup: Please enter your credentials$(NC)\n"; \
76+
printf "$(YELLOW)First time setup: Please enter the deployment credentials$(NC)\n"; \
7777
read -p "Username: " username; \
7878
read -sp "Password: " password; \
7979
echo; \

0 commit comments

Comments
 (0)