Skip to content

Commit

Permalink
updated utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 2, 2024
1 parent 83d6ecb commit 5dc904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ is_regex(){
[[ "$regex" =~ $regex ]]
}

is_port_number(){
is_port(){
local port="$1"
if ! is_int "$port"; then
return 1
Expand Down

0 comments on commit 5dc904b

Please sign in to comment.