This commit is contained in:
2024-12-09 08:01:35 +01:00
parent 71627a6c7a
commit 0a4b7d7785

View File

@@ -37,7 +37,7 @@ runs:
response_body=$(echo "$response" | head -n -1)
if [ "$http_code" -eq 200 ]; then
write "$(bold_green)"Authentication successful"
write "$(bold_green)Authentication successful"
else
write "$(bold_red)Authentication failed with HTTP code: $http_code"
write "$(red)Response body:"