We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpenPackage.get_Reptile
1 parent cb2074e commit 95f7168Copy full SHA for 95f7168
1 file changed
OP.types.ps1xml
@@ -1892,7 +1892,7 @@ if (-not $this.GetRelationships) {
1892
https://github.com/PoshWeb/Reptile
1893
#>
1894
foreach ($part in $this.GetParts()) {
1895
- if ($part.Uri -notmatch '/\.reptile\.ps1$') { continue }
+ if ($part.Uri -notmatch '\.reptile\.ps1$') { continue }
1896
$part
1897
}
1898
</GetScriptBlock>
0 commit comments