Fix CI issue

pull/57246/head
Dag Wieers 6 years ago committed by ansibot
parent e1d0795aa3
commit fd95c7b506

@ -171,7 +171,7 @@ class BE(object):
if '@' in self.name:
for line in out.splitlines():
if self.is_freebsd:
check = re.match(r'.+/({})\s+\-'.format(self.name), line)
check = re.match(r'.+/({0})\s+\-'.format(self.name), line)
if check:
return check
else:

Loading…
Cancel
Save