Fixing this doom upgrade argument order

This commit is contained in:
2022-01-09 15:45:41 -05:00
parent a0490a5843
commit c2b586402f

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