Skip to content

Commit b57f457

Browse files
committed
update output message
2 parents 1d613b6 + 6fe7426 commit b57f457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syndication/AzureStack.MarketplaceSyndication.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function ValidateOrGetAzCopyPath($azCopyPath) {
186186
return $null
187187
}
188188
}catch{
189-
Write-Verbose "$azCopyPath doesn't exist, canceling" -verbose
189+
Write-Verbose "$azCopyPath doesn't exist." -verbose
190190
return $null
191191
}
192192
return $azCopyPath

0 commit comments

Comments
 (0)