Skip to content

Commit 67f22d9

Browse files
authored
Merge pull request rcbops#198 from antonym/FLEEK-125
FLEEK-125 Fix syntax error
2 parents 8fb487b + 46681bb commit 67f22d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre_leap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo "python-ldap==2.5.2" >> /opt/rpc-openstack/openstack-ansible/global-require
4545

4646
# FLEEK-125 six module exceptions on 34.1.0 so if we find this in pins, use the one set in mitaka-eol
4747
if grep '^setuptools==34.1.0' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt; then
48-
sed -i 's|^setuptools.*|setuptools==33.1.1/g' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt
48+
sed -i 's|^setuptools.*|setuptools==33.1.1|g' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt
4949
fi
5050

5151
# RLM-1375 Skip certain hardening tags during leap

0 commit comments

Comments
 (0)