We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bf82e commit 8e07030Copy full SHA for 8e07030
backup_github_repositories.ps1
@@ -166,7 +166,7 @@ Write-Message "Cloning $($repositories.Count) repositories (~${totalSizeInMegaby
166
ForEach ($repository in $repositories) {
167
168
Backup-GitHubRepository -FullName $repository.full_name `
169
- -Directory $(Join-Path -Path $backupDirectory -ChildPath $repository.name)
+ -Directory $(Join-Path -Path $backupDirectory -ChildPath "${repository.name}.git)
170
}
171
172
$stopwatch.Stop()
0 commit comments