Skip to content

Commit 3ae12e0

Browse files
authored
Merge pull request #139 from AdaemmerP/fix-manylinux-detect
fix regex to detect manylinux as ppm binary repo
2 parents d6bbc8b + 02daba0 commit 3ae12e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/metadata-cache.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ re_ppm_linux <- function() {
602602
"(?<base>.*/)",
603603
"(?<repo>[^/]+)/",
604604
"__linux__/",
605-
"(?<distro>[a-zA-Z0-9]+)/",
605+
"(?<distro>[a-zA-Z0-9_]+)/",
606606
"(?<version>latest|[-0-9]+)",
607607
"$"
608608
)

0 commit comments

Comments
 (0)