Skip to content

Commit

Permalink
replace coa repository with gitops in init-git script
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Oct 8, 2024
1 parent a4a4d3c commit 2bf11fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/init-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ -d ${HOME}/bosh/gitops ] ; then
printf "\n%bGit ops repository already exists (delete it before if you want to reinitialize repository).%b\n" "${REVERSE}${YELLOW}" "${STD}"
else
printf "\n%bClone gitops repository%b\n" "${REVERSE}${YELLOW}" "${STD}"
GITOPS_URL="$(echo "${SECRETS_URL}" | sed -e "s+paas-templates-secrets+cf-ops-automation+g")"
GITOPS_URL="$(echo "${SECRETS_URL}" | sed -e "s+paas-templates-secrets+gitops-fluxcd-repo+g")"
git clone ${GITOPS_URL} gitops 2>&1
if [ ! -d gitops ] ; then
printf "\nERROR: Git clone gitops repository failed.\n" ; exit 1
Expand Down

0 comments on commit 2bf11fe

Please sign in to comment.