Skip to content

Commit

Permalink
normalize whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Nov 4, 2024
1 parent e0e4c42 commit c31173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/kubernetes/miniziti.bash
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ validateDnsName(){
logError "validateDnsName() takes one string param"
return 1
fi
if grep -qE '^[a-zA-Z0-9]([-a-zA-Z0-9]{2,251})[a-zA-Z0-9]$' <<<"$1"; then
if grep -qE '^[a-zA-Z0-9]([-a-zA-Z0-9]{2,251})[a-zA-Z0-9]$' <<<"$1"; then
logDebug "'$1' is a valid DNS name"
return 0
else
Expand Down

0 comments on commit c31173a

Please sign in to comment.