From bf630291d794cd9bfcbfe95de5c5d002c36d324f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 24 Sep 2020 08:56:06 +0200 Subject: [PATCH] Changes branch to testing --- arch-config/scripts/git-pull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-config/scripts/git-pull.sh b/arch-config/scripts/git-pull.sh index 76438717..bb1a74d9 100644 --- a/arch-config/scripts/git-pull.sh +++ b/arch-config/scripts/git-pull.sh @@ -5,6 +5,7 @@ git pull cd "$HOME/GitProjects/grab" || exit git pull +git checkout testing cd "$HOME/GitProjects/setup" || exit git pull