Skip to content

Commit

Permalink
Merge pull request #4 from Eryoneta/hotfix
Browse files Browse the repository at this point in the history
[FIX] Mensagem
  • Loading branch information
Eryoneta authored Aug 15, 2023
2 parents d651b65 + 647d291 commit 0217dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Function GetWillModifyFilesMap($origPath, $destPath) {
}
$willModifyFilePath = $willModifyFilePath.Trim();
If($willModifyFilePath -match $regexOfModifiedOrCreated) {
$oldFilePath = $Matches.FilePath;
$oldFilePath = $willModifyFilePath;
$newFilePath = (Join-Path -Path $destPath -ChildPath $Matches.FilePath);
# Arquivo a modificar
If(Test-Path -LiteralPath $newFilePath -PathType "Leaf") {
Expand Down

0 comments on commit 0217dc4

Please sign in to comment.