diff --git a/usr/share/ublue-os/just/custom.just b/usr/share/ublue-os/just/custom.just
index d69b1c6c2dd..096a38bbb5a 100644
--- a/usr/share/ublue-os/just/custom.just
+++ b/usr/share/ublue-os/just/custom.just
@@ -7,8 +7,8 @@ assemble:
   distrobox assemble create --replace --file /etc/distrobox/distrobox.ini
 
 brew:
-  echo 'Installing homebrew ..."
-  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+  echo "Installing homebrew ..."
+  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
 
 cockpit:
   echo 'Enabling Cockpit'