From 933692bdf3685f0424af2100f1d93b3963daca40 Mon Sep 17 00:00:00 2001
From: Evan Pratten <evan@ewpratten.com>
Date: Sun, 19 Nov 2023 16:36:19 -0500
Subject: [PATCH] use new remote for pulls

---
 configs/shells/bash/macros.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh
index d3519ec..db9aef6 100644
--- a/configs/shells/bash/macros.sh
+++ b/configs/shells/bash/macros.sh
@@ -190,7 +190,7 @@ wg-cat() {
 ewconfig-pull() {
     cwd=$(pwd)
     cd ~/.config/ewconfig
-    git pull
+    git pull ewp master
     cd $cwd
 }