Skip to content

Commit

Permalink
Fixed wrong error output
Browse files Browse the repository at this point in the history
  • Loading branch information
texhex committed Oct 29, 2017
1 parent 84f5249 commit b919dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StartExampleDownloads.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#
Start Example Downloads v1.05
Start Example Downloads v1.06
Copyright © 2015-2017 Michael 'Tex' Hex
Licensed under the Apache License, Version 2.0.
Expand Down Expand Up @@ -205,7 +205,7 @@ param(
}
catch
{
write-warning "Unable to remove temp extraction folder [$SPExtractedPath] - $(Error[0])"
write-warning "Unable to remove temp extraction folder [$SPExtractedPath] - $($Error[0])"
}
}
}
Expand Down

0 comments on commit b919dbf

Please sign in to comment.