Skip to content

Commit 66cea73

Browse files
Use Filename instead of Name if not UNC path
1 parent 67bad7e commit 66cea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Get-SQLAgentJobOutPutFile.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ param
8787
}
8888
else
8989
{
90-
Write-Output "$($step.Name) - $Name"
90+
Write-Output "$($step.Name) - $fileName "
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)