Skip to content

Commit cb2074e

Browse files
author
James Brundage
committed
feat: OpenPackage.get_Reptile ( Fixes #212 )
Fixing pattern
1 parent 398f296 commit cb2074e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Types/OpenPackage/get_Reptile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
https://github.com/PoshWeb/Reptile
88
#>
99
foreach ($part in $this.GetParts()) {
10-
if ($part.Uri -notmatch '/\.reptile\.ps1$') { continue }
10+
if ($part.Uri -notmatch '\.reptile\.ps1$') { continue }
1111
$part
1212
}

0 commit comments

Comments
 (0)