Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Dec 4, 2015
1 parent db75327 commit 554d85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text Files/Write-Log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[CmdletBinding()]
param (
[ValidateScript({ Split-Path $_ -Parent | Test-Path })]
[string]$FilePath = "$(Get-SystemTempFolderPath)\$((Get-Date -f 'MM-dd-yyyy (hhmm tt)') + 'Software.log')"
[string]$FilePath
)

try
Expand Down

0 comments on commit 554d85e

Please sign in to comment.