From 68ff90ba65dd0ce0892ec96983ed74dd8ab953c4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 21:07:47 -0500 Subject: [PATCH] FIX command arg order --- run_once_after_10_install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_after_10_install-packages.sh b/run_once_after_10_install-packages.sh index 58f4b95..196ad27 100644 --- a/run_once_after_10_install-packages.sh +++ b/run_once_after_10_install-packages.sh @@ -44,7 +44,7 @@ clone_maybe https://github.com/ndwarshuis/.emacs.d.git "$emacs_dir" # only be used once. Pass the emacs config directory so it can get a list of # dependencies for emacs -sudo "$(whoami)" "$HOME/.bin/bootstrap_pkgs" "$HOME/.local/share/packages" "$emacs_dir" +sudo "$HOME/.bin/bootstrap_pkgs" "$(whoami)" "$HOME/.local/share/packages" "$emacs_dir" # Install Haskell dependencies for emacs. This is only necessary because some # Haskell programs are not packaged as "bin" or "stack" packages, in which case