diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 614000f..91c8731 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -76,7 +76,7 @@ function run_restore() { git remote add origin "${REMOTE}" info "Fetching remote to reset..." - git fetch ${REMOTE} ${BRANCH} || { + git fetch origin ${BRANCH} || { error "Fetch failed (exit $?)" continue }