Skip to content

Commit 335770e

Browse files
committed
file path
1 parent 72b7127 commit 335770e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Static/customfeaturestates/deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function CreateLogDirectory
161161

162162
function GetTempFile([string]$fileName)
163163
{
164-
return [System.IO.Path]::GetTempPath() + "\" + $fileName
164+
return [System.IO.Path]::GetTempPath() + $fileName
165165
}
166166

167167
filter Out-Stream

0 commit comments

Comments
 (0)