From 1bec83a13d9a8ad258483f935dbf5d2e2b71ebf9 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 7 Jan 2023 01:55:35 -0500 Subject: [PATCH] Update 'pull.sh' --- pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.sh b/pull.sh index b35163f..02fc61d 100644 --- a/pull.sh +++ b/pull.sh @@ -1,5 +1,5 @@ #!/bin/bash if [ -f ~/git/dotfiles ] ; then git config pull.rebase false - (cd ~/git/dotfiles && git pull) + (cd ~/git/dotfiles && git pull) # test if work fi \ No newline at end of file