diff-props: Fix build key pattern
This commit is contained in:
parent
ae4c7baf6b
commit
fd3e7aa56c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as chalk from 'chalk'
|
||||||
|
|
||||||
import { diffPartitionProps, loadPartitionProps, PartitionProps } from '../blobs/props'
|
import { diffPartitionProps, loadPartitionProps, PartitionProps } from '../blobs/props'
|
||||||
|
|
||||||
const BUILD_KEY_PATTERN = /^ro(?:system_ext|product|vendor)?\.build\./
|
const BUILD_KEY_PATTERN = /^ro(?:\.(?:system|system_ext|product|vendor))?\.build\..+$/
|
||||||
|
|
||||||
function removeBuildProps(partProps: PartitionProps) {
|
function removeBuildProps(partProps: PartitionProps) {
|
||||||
for (let props of partProps.values()) {
|
for (let props of partProps.values()) {
|
||||||
|
|
Loading…
Reference in a new issue