fix(gnome-extensions): Forgot to end-quote echo

Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
This commit is contained in:
fiftydinar 2024-07-25 16:41:36 +02:00 committed by GitHub
parent dbc886527f
commit 0a12b0984a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ if ! curl --output /dev/null --silent --head --fail "https://extensions.gnome.or
echo " Please try again later (or disable the module temporarily)"
exit 1
else
echo "Connection successful, proceeding.
echo "Connection successful, proceeding."
fi