Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Jan 8, 2025
1 parent 23a37b6 commit a338a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frobulator
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@ frobulator.http () {
echo $1
echo $2

if [[ "${url_status_type}" = "[uU][rR]lL]" ]]
if [[ "${url_status_type}" = [uU][rR]lL] ]]
then
url_status=$(curl \
--silent \
Expand All @@ -2877,7 +2877,7 @@ frobulator.http () {
"${url}"
)

elif [[ "${url_status_type}" = "[cC][oO][nN][tT][eE][nN][tT]" ]]
elif [[ "${url_status_type}" = [cC][oO][nN][tT][eE][nN][tT] ]]
then
url_status=$(curl \
--silent \
Expand Down

0 comments on commit a338a89

Please sign in to comment.