From e68e63080e6531c44b23a01082e4e2cfc43028cd Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:58:54 -0700 Subject: [PATCH] fix: clashing quotes --- files/scripts/addbrewjustimport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/scripts/addbrewjustimport.sh b/files/scripts/addbrewjustimport.sh index f9ee8cd..cad6d50 100644 --- a/files/scripts/addbrewjustimport.sh +++ b/files/scripts/addbrewjustimport.sh @@ -2,8 +2,8 @@ # Tell build process to exit if there are any errors. set -oue pipefail -echo " +echo ' import "/usr/share/ublue-os/just/50-brew.just" -" >> /usr/share/ublue-os/justfile \ No newline at end of file +' >> /usr/share/ublue-os/justfile