FIX command arg order

This commit is contained in:
Nathan Dwarshuis 2021-03-13 21:07:47 -05:00
parent c68ec80e1c
commit 68ff90ba65
1 changed files with 1 additions and 1 deletions

View File

@ -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