Skip to content

Commit

Permalink
"/support/"
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Oct 2, 2023
1 parent 16db755 commit 96f2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/Deploy/Get-Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ScriptRoot = $MyInvocation.MyCommand.Path
write-host $ScriptRoot
# break
If ($env:CI) {
$ScriptRoot = $ScriptRoot -replace "/support/support", "support"
$ScriptRoot = $ScriptRoot -replace "/support/support/", "/support/"
write-host $ScriptRoot
}

Expand Down

0 comments on commit 96f2576

Please sign in to comment.