From a0ed5e732e8c37b7fba0da07feb32feab450ebea Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 15 May 2022 02:09:57 -0700 Subject: [PATCH] upd: change dotfiles pull to fetch --- .config/shell/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index 7d44efb..79002e9 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -17,4 +17,4 @@ done # check for dotfiles updates echo echo " ${GREEN}Checking for dotfiles updates‥${NC}" -dotfiles pull +dotfiles fetch