We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57887c commit 70463abCopy full SHA for 70463ab
tests/performance/Makefile
@@ -73,7 +73,7 @@ endef
73
# Function to prompt for credentials if they don't exist
74
define prompt_for_credentials
75
@if [ ! -f $(AUTH_CREDS_FILE) ]; then \
76
- printf "$(YELLOW)First time setup: Please enter your credentials$(NC)\n"; \
+ printf "$(YELLOW)First time setup: Please enter the deployment credentials$(NC)\n"; \
77
read -p "Username: " username; \
78
read -sp "Password: " password; \
79
echo; \
0 commit comments