common/travis/fetch_upstream.sh: fix checkout dir

This commit is contained in:
classabbyamp 2022-04-26 13:50:36 -04:00 committed by Piotr
parent 24378c52ea
commit fab132bd11

View file

@ -9,7 +9,7 @@ elif command -v git >/dev/null 2>&1; then
fi
# required by git 2.35.2+
$GIT_CMD config --global --add safe.directory /__w/void-packages/void-packages
$GIT_CMD config --global --add safe.directory "$PWD"
/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m'
$GIT_CMD fetch --depth 200 https://github.com/void-linux/void-packages.git master