Skip to content

Commit

Permalink
Improve PS script
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaviuTritean committed Sep 18, 2024
1 parent fd62a8e commit b50c688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Get-Content $inputFile | ForEach-Object {
if ($processing) {
if (-not $processedLine -and $line -ne "") {
# Process the first non-empty line
$line = $line -replace "C:\\agent\\_work\\2\\s\\", "~"
$line = $line -replace "D:\\a\\1\\s\\", "~"

# Truncate at the first backslash
if ($line -match "\\") {
Expand Down

0 comments on commit b50c688

Please sign in to comment.