From 1125cc1015b5e731c23031c5d6dc9ef434964245 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 23 Dec 2020 17:25:04 -0500 Subject: [PATCH] YES --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index a4850f5..09b93a0 100755 --- a/bin/update +++ b/bin/update @@ -14,6 +14,6 @@ fi if command -v doom &> /dev/null; then doom sync - doom upgrade + doom upgrade -y doom env fi