Skip to content

Commit 2ea27f5

Browse files
committed
Tighter match for daos@PR-
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
1 parent 87ee8ab commit 2ea27f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/daosRepos.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ String call(String distro) {
3535

3636
String pr_repos = prRepos(distro)
3737

38-
if (!pr_repos.contains('daos@')) {
38+
if (!pr_repos.contains(' daos@')) {
3939
pr_repos += ' ' + daos_repo()
4040
}
4141

0 commit comments

Comments
 (0)