From 282de2f38e6e5710751276cc7131072e7a76da8f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 19:40:33 +0100 Subject: [PATCH] Select proper paths --- arch-config/scripts/in_path/sc-git-pull | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-config/scripts/in_path/sc-git-pull b/arch-config/scripts/in_path/sc-git-pull index 3dc1bb9f..c281e178 100755 --- a/arch-config/scripts/in_path/sc-git-pull +++ b/arch-config/scripts/in_path/sc-git-pull @@ -38,10 +38,10 @@ cd "$HOME/GitProjects/setup" git fetch --all git pull -if [ ! -d "$HOME/GitProjects/theme" ]; then - git -C $WORKPATH clone git@gitlab.com:RealStickman-arcolinux/theme.git +if [ ! -d "$HOME/GitProjects/themes" ]; then + git -C $WORKPATH clone git@gitlab.com:RealStickman-arcolinux/themes.git fi -cd "$HOME/GitProjects/theme" +cd "$HOME/GitProjects/themes" git fetch --all git pull