Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Sep 21, 2023
1 parent aa19973 commit d281178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-PipelineFileName {
[string] $ResourceIdentifier
)

. (Join-Path $PSScriptRoot 'Get-SpecsAlignedResourceName.ps1')
. (Join-Path $PSScriptRoot 'helper' 'Get-SpecsAlignedResourceName.ps1')

$provider, $parentType, $childTypeString = $ResourceIdentifier -split '[\/|\\]', 3
$parentResourceIdentifier = $provider, $parentType -join '/'
Expand Down

0 comments on commit d281178

Please sign in to comment.