Skip to content

Commit 95f7168

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: OpenPackage.get_Reptile ( Fixes #212 )
Fixing pattern
1 parent cb2074e commit 95f7168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OP.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ if (-not $this.GetRelationships) {
18921892
https://github.com/PoshWeb/Reptile
18931893
#>
18941894
foreach ($part in $this.GetParts()) {
1895-
if ($part.Uri -notmatch '/\.reptile\.ps1$') { continue }
1895+
if ($part.Uri -notmatch '\.reptile\.ps1$') { continue }
18961896
$part
18971897
}
18981898
</GetScriptBlock>

0 commit comments

Comments
 (0)