From 784571dd307fcf80a64c2e0d44a7d4d8dd560db3 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 17:32:22 -0500 Subject: [PATCH] FIX spacing issue --- run_once_after_install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_after_install-packages.sh b/run_once_after_install-packages.sh index b0f99d3..228c5c3 100644 --- a/run_once_after_install-packages.sh +++ b/run_once_after_install-packages.sh @@ -4,7 +4,7 @@ ## Configuration is assumed to be handled elsewhere (for now) eg in etckeeper ## or with ansible -sudo "$HOME/.bin/bootstrap_pkgs $HOME/.local/share/packages" +sudo "$HOME/.bin/bootstrap_pkgs" "$HOME/.local/share/packages" # PKGBUILD_dir="$HOME/.local/share/packages"