fix pull command
This commit is contained in:
parent
68c9e117a9
commit
7a8fd90ac2
@ -193,7 +193,7 @@ wg-cat() {
|
|||||||
ewconfig-pull() {
|
ewconfig-pull() {
|
||||||
cwd=$(pwd)
|
cwd=$(pwd)
|
||||||
cd ~/.config/ewconfig
|
cd ~/.config/ewconfig
|
||||||
git pull master
|
git pull
|
||||||
cd $cwd
|
cd $cwd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user