1

fix pull command

This commit is contained in:
Evan Pratten 2024-02-29 14:40:59 -05:00
parent 68c9e117a9
commit 7a8fd90ac2

View File

@ -193,7 +193,7 @@ wg-cat() {
ewconfig-pull() {
cwd=$(pwd)
cd ~/.config/ewconfig
git pull master
git pull
cd $cwd
}