Skip to content

Commit ca441bf

Browse files
authored
Update README.md
1 parent 2f8eb96 commit ca441bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ $count = 0
151151
foreach($post in $posts) {
152152
$complete = $count++/$total * 100
153153
Write-Progress -Activity "Downloading..." -PercentComplete $complete -Status "$complete% ($count of $total)"
154-
$post = Get-BloggerPost -PostId $post.id -Format Markdown -FolderDateFormat "yyyy\\MM" -OutDirectory ".\Posts"
154+
$post = Get-BloggerPost -PostId $post.id -Format Markdown -FolderDateFormat "yyyy\\MM" -OutDirectory ".\Posts" -PassThru
155155
Write-Host "Downloaded: $($post.title) - $($post.published)"
156156
}
157157
Write-Progress -Activity "Downloading..." -Complete
158-
```
158+
```

0 commit comments

Comments
 (0)