Skip to content

Commit

Permalink
set default repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem authored May 4, 2023
1 parent cbd9a57 commit 383dd98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ Write-host "AzGovViz service principal created successfully."
### Define variables
$directoryToCloneAccelerator = "<Local directory to clone the Accelerator's repository>"
$GitHubOrg = "<GitHub organization to use>"
$GitHubRepository = "<GitHub repository name>"
$GitHubRepository = "Azure-Governance-Visualizer"
### Create a new repository from template
gh repo create 'Azure-Governance-Visualizer' --template Azure/Azure-Governance-Visualizer-Accelerator --private
gh repo create $GitHubRepository --template Azure/Azure-Governance-Visualizer-Accelerator --private
New-Item -ItemType Directory -Path $directoryToCloneAccelerator
cd $directoryToCloneAccelerator
gh repo clone "$GitHubOrg/$GitHubRepository"
Expand Down Expand Up @@ -487,4 +487,4 @@ To deploy the accelerator after having the pre-requisites ready, you need to per

## Sources to documentation

For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting).
For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting).

0 comments on commit 383dd98

Please sign in to comment.