Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/integration/docker/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh
index 239385e..7b5b4df 100755
--- a/test/integration/docker/test.sh
+++ b/test/integration/docker/test.sh
@@ -162,7 +162,7 @@ verify() {
echo Checking the pulled repository
echo ----------------------------------------------------------------------
- pushd -- "$script_dir/cgitize/output/test_repo" > /dev/null
+ pushd -- "$script_dir/cgitize/output/test_repo.git" > /dev/null
git log --oneline
popd > /dev/null
}