Commit fee157e3 authored by Mark Beierl's avatar Mark Beierl
Browse files

Fixing typo

parent 525db5a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ deploy-job:
    - apt-get install -y --no-install-recommends lftp
    - mkdir -p local
    - echo "USERNAME=$FTP_USERNAME" > local/.credentials
    - echo "PASSWORF=$FTP_PASSWORD" >> local/.credentials
    - echo "PASSWORD=$FTP_PASSWORD" >> local/.credentials
    - pip install tox
    - tox -e build
    - tox -e publish