Fix typo in deploy script

This commit is contained in:
JAremko 2017-09-02 13:01:35 +03:00
parent 2f99e1f752
commit bbd8fb4af3
No known key found for this signature in database
GPG key ID: 650E5DF30F9493A6

View file

@ -34,7 +34,7 @@ if [ $TRAVIS_SECURE_ENV_VARS = true ]; then
fi
echo_headline "INSTALLING \"${EVM_EMACS}\":"
curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw
curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw \
> /tmp/x.sh && source /tmp/x.sh
evm install $EVM_EMACS --use --skip
if [ $? -ne 0 ]; then