fix(gnome-extensions): Stupid missing quote

This commit is contained in:
fiftydinar 2024-04-11 21:31:26 +02:00
parent 4557175026
commit 47b371c3b7

View file

@ -79,7 +79,7 @@ else
fi
# Compile gschema to include schemas from extensions
echo "Compiling gschema to include extension schemas
echo "Compiling gschema to include extension schemas"
glib-compile-schemas "/usr/share/glib-2.0/schemas/" &>/dev/null
echo "Finished the installation of Gnome extensions"