Fix brackets on new function.

This commit is contained in:
2026-05-26 17:39:20 -07:00
parent ddd5693145
commit 728c68443f

View File

@@ -1156,12 +1156,11 @@
-e robots=off \ -e robots=off \
$website && $website &&
{ {
echo "Success!" || echo "Success!"
{ } || {
echo "ERROR: Command reported a failure. (Error code '$?')" echo "ERROR: Command reported a failure. (Error code '$?')"
echo "This may mean that the URL was not converted to local links." echo "This may mean that the URL was not converted to local links."
echo "Please check the error and contents and try again if needed." echo "Please check the error and contents and try again if needed."
} }
} }
alias website-download="download-website" alias website-download="download-website"