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 398f296 commit cb2074eCopy full SHA for cb2074e
1 file changed
Types/OpenPackage/get_Reptile.ps1
@@ -7,6 +7,6 @@
7
https://github.com/PoshWeb/Reptile
8
#>
9
foreach ($part in $this.GetParts()) {
10
- if ($part.Uri -notmatch '/\.reptile\.ps1$') { continue }
+ if ($part.Uri -notmatch '\.reptile\.ps1$') { continue }
11
$part
12
}
0 commit comments