Skip to content

Commit

Permalink
Update curl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mngugi committed Jan 7, 2025
1 parent 1a5eeb0 commit 20b8fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
echo "====================================="
echo " Url Code"
echo "====================================="
url="https://github55.com"
url="https://github.com"

# Make the request using curl
response=$(curl -s -o /dev/null -w "%{http_code}" "$url")
Expand Down

0 comments on commit 20b8fb6

Please sign in to comment.