Publish Pre-release #1

Merged
OCram85 merged 38 commits from dev into master 2017-09-21 13:32:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0f41700354 - Show all commits

View File

@ -67,6 +67,6 @@ Function Set-ChallengeFile() {
[io.file]::WriteAllBytes($Path, $Keys)
}
catch {
$_.Exception | Format-List -Force | Out-String | Write-ErrorErrorAction Stop
$_.Exception | Format-List -Force | Out-String | Write-Error -ErrorAction Stop
}
}