From 37c802719a3907d4321bfebc0dc9386e23313c3a Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Wed, 13 Dec 2023 22:06:09 +0100 Subject: [PATCH] fix(scripts): Update init_repository.ps1 --- bin/init_repository.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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