forked from platypush/platypush
Fix: missing newline escape
This commit is contained in:
parent
2dd5b6c122
commit
7ca2159acb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ yum install -y \
|
|||
gpg \
|
||||
python \
|
||||
python-pip \
|
||||
python-setuptools
|
||||
python-setuptools \
|
||||
rpm-build \
|
||||
rpm-sign \
|
||||
systemd-rpm-macros \
|
||||
|
|
Loading…
Reference in a new issue