Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: package seletor REGEX #135

Merged
merged 1 commit into from
Mar 27, 2020
Merged

fix: package seletor REGEX #135

merged 1 commit into from
Mar 27, 2020

Conversation

fly2F
Copy link
Contributor

@fly2F fly2F commented Mar 4, 2020

From REGEX="Package ID: (.*), Label: $LABEL" To REGEX="Package ID: ([^,]*), Label: $LABEL"

REGEX default is "Greedy search"

@lindluni
Copy link
Contributor

Once change #138 is merged you'll need to do a rebase on the master branch to fix this issue.
You'll also need to sign off your commit following these instructions: https://github.com/hyperledger/fabric-samples/pull/135/checks?check_run_id=483880620

@lindluni
Copy link
Contributor

#138 was merged, please rebase on the tip of master

Signed-off-by: 李亚松 <liyasong1987x@gmail.com>
Copy link
Contributor

@lehors lehors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants