Fixing this doom upgrade argument order
This commit is contained in:
parent
a0490a5843
commit
c2b586402f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ fi
|
||||||
|
|
||||||
if command -v doom &> /dev/null; then
|
if command -v doom &> /dev/null; then
|
||||||
doom sync
|
doom sync
|
||||||
doom upgrade -y
|
doom -y upgrade
|
||||||
doom env
|
doom env
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue