diff --git a/build-agent-files b/build-agent-files index 4754e7b004ed0b3b8325500496220cab4a9cb19b..dd9be13e5a23b821b82e7fbd7c521ad92a1d4d98 100755 --- a/build-agent-files +++ b/build-agent-files @@ -76,7 +76,8 @@ for repo in "${GITBASEDIR}/client:client" "${GITBASEDIR}/collect:collect"; do exit 4 else printf "git clone ${REPONAME}...\n" - if git clone ${GITUSER}@${GITSERVER}:seed2/${REPONAME}.git; then + if git clone ${GITUSER}@${GITSERVER}:proinfodata/${REPONAME}.git + then cd - &> /dev/null cd "${REPOPATH}" else