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 87c3c4d commit 2585a4cCopy full SHA for 2585a4c
backup_github_repositories.ps1
@@ -170,5 +170,5 @@ ForEach ($repository in $repositories) {
170
}
171
172
$stopwatch.Stop()
173
-$durationInSeconds = $stopwatch.Elapsed.Seconds
+$durationInSeconds = $stopwatch.Elapsed.TotalSeconds
174
Write-Message "Successfully finished the backup in ${durationInSeconds} seconds..."
0 commit comments