Fixing this doom upgrade argument order

This commit is contained in:
Dustin Swan 2022-01-09 15:45:41 -05:00
parent a0490a5843
commit c2b586402f
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

View file

@ -14,6 +14,6 @@ fi
if command -v doom &> /dev/null; then
doom sync
doom upgrade -y
doom -y upgrade
doom env
fi