diff --git a/tools/init_repo.ps1 b/tools/init_repo.ps1 index a22d0c6..1123839 100644 --- a/tools/init_repo.ps1 +++ b/tools/init_repo.ps1 @@ -1,7 +1,7 @@ param( [string]$ForgejoUrl = 'https://git.raog.net', - [Parameter(Mandatory)][string]$User, - [Parameter(Mandatory)][string]$Repo + [string]$User = 'xanarch', + [string]$Repo = 'xanarch-td' ) $Remote = $ForgejoUrl + '/' + $User + '/' + $Repo + '.git'