Skip to content

Commit 383dd98

Browse files
authored
set default repo name
1 parent cbd9a57 commit 383dd98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ Write-host "AzGovViz service principal created successfully."
201201
### Define variables
202202
$directoryToCloneAccelerator = "<Local directory to clone the Accelerator's repository>"
203203
$GitHubOrg = "<GitHub organization to use>"
204-
$GitHubRepository = "<GitHub repository name>"
204+
$GitHubRepository = "Azure-Governance-Visualizer"
205205
206206
### Create a new repository from template
207-
gh repo create 'Azure-Governance-Visualizer' --template Azure/Azure-Governance-Visualizer-Accelerator --private
207+
gh repo create $GitHubRepository --template Azure/Azure-Governance-Visualizer-Accelerator --private
208208
New-Item -ItemType Directory -Path $directoryToCloneAccelerator
209209
cd $directoryToCloneAccelerator
210210
gh repo clone "$GitHubOrg/$GitHubRepository"
@@ -487,4 +487,4 @@ To deploy the accelerator after having the pre-requisites ready, you need to per
487487
488488
## Sources to documentation
489489
490-
For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting).
490+
For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting).

0 commit comments

Comments
 (0)