diff --git a/bin/init_repository.ps1 b/bin/init_repository.ps1 index 0f73db72..1d9f3271 100644 --- a/bin/init_repository.ps1 +++ b/bin/init_repository.ps1 @@ -12,7 +12,7 @@ az login gh auth login # Fork MLOPsPython repository -gh repo fork https://github.com/guillaume-chervet/MLOpsPythonDemo1 --default-branch-only --fork-name $repositoryName --clone +gh repo fork https://github.com/guillaume-chervet/MLOpsPython --default-branch-only --fork-name $repositoryName --clone cd $repositoryName git remote remove upstream git push --set-upstream origin main @@ -68,4 +68,4 @@ $runId=$(gh run list --workflow=main.yml --json databaseId -q ".[0].databaseId") gh run watch $runId # Open the repostory in the browser -gh repo view -w \ No newline at end of file +gh repo view -w