fix(gnome-extensions): Forgot to end-quote echo
Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
This commit is contained in:
parent
dbc886527f
commit
0a12b0984a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue