From c7012edc836665c72dc236f7acb3e852f1d1c2cb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 23 May 2022 11:34:07 +0300 Subject: [PATCH] deb-update.bash: remove extraneous escaping --- bash/deb-update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 4d62f52..bf18899 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -57,7 +57,7 @@ if hash flatpak 2>/dev/null; then flatpak update --assumeyes # Note to self echo '!!! In case of weird errors e.g. while trying to checkout, try running: flatpak repair' - echo ' 404 is not a weird error, try flatpak \ --no-static-deltas' + echo ' 404 is not a weird error, try flatpak --no-static-deltas' # Flatpak's version of `apt autoremove` flatpak uninstall --unused --assumeyes fi