Skip to content

Commit

Permalink
create: digits/numerals > digits
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Jan 24, 2025
1 parent 8425524 commit 94da0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ validate_name() {
elif [ "${NAME_VERIFY}" != "${NAME_SANITY}" ]; then
error_exit "Container names may not contain special characters!"
elif echo "${NAME_VERIFY}" | grep -qE '^[0-9]+$'; then
error_exit "Container names may not contain only digits/numerals."
error_exit "Container names may not contain only digits."
fi
}

Expand Down

0 comments on commit 94da0c4

Please sign in to comment.