Skip to content

Commit

Permalink
Change init command to ovverride client default name
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Jan 12, 2024
1 parent 804c131 commit b2608a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALZ/Private/Test-ALZGitRepository.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Test-ALZGitRepository {
}
$gitInit = Read-Host "Initialize the directory $alzEnvironmentDestination as a git repository? (y/n)"
if ($gitInit -ieq "y" -and $PSCmdlet.ShouldProcess("gitrepository", "initialize")) {
git init $alzEnvironmentDestination
git init $alzEnvironmentDestination -b main
return $true
}
return $false
Expand Down

0 comments on commit b2608a2

Please sign in to comment.