Skip to content

Commit

Permalink
unclosed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Jan 24, 2023
1 parent ed80706 commit 67e997f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
if ($IsMacOS) {
$binaryFile = Get-ChildItem -Path $sourcePath | Where-Object { !([System.IO.Path]::hasExtension($_)) } | Select-Object -First 1
$binaryFileBash = $binaryFile.ToString().Replace("`\","/")
$formattedTarget = "${{ parameters.TargetDirectory }}".Replace("`\,"/")
$formattedTarget = "${{ parameters.TargetDirectory }}".Replace("`\","/")
Write-Host $binaryFile
Expand Down

0 comments on commit 67e997f

Please sign in to comment.