call sed directly

This commit is contained in:
Pierre-Yves Chibon 2014-10-13 08:51:17 +02:00
parent 6ac139fc90
commit 2b6e15661e

View file

@ -60,7 +60,7 @@
- config - config
- name: update the base_url in update_package_info - name: update the base_url in update_package_info
command: /usr/bin/sed -i -e 's|https://dl.fedoraproject.org|http://dl.phx2.fedoraproject.org|' /usr/bin/update_package_info.py command: sed -i -e 's|https://dl.fedoraproject.org|http://dl.phx2.fedoraproject.org|' /usr/bin/update_package_info.py
tags: tags:
- config - config