mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
Fix wrong indentation
This commit is contained in:
parent
431e7179ac
commit
7c9309aa52
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ install:
|
||||||
|
|
||||||
sudo dpkg -i "$HOME/travis/deb/libtorrent-rasterbar-dev_1.2.x_amd64.deb" "$HOME/travis/deb/libtorrent-rasterbar10_1.2.x_amd64.deb"
|
sudo dpkg -i "$HOME/travis/deb/libtorrent-rasterbar-dev_1.2.x_amd64.deb" "$HOME/travis/deb/libtorrent-rasterbar10_1.2.x_amd64.deb"
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
if [ "$libt_branch" = "RC_1_1" ] && [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
if [ "$libt_branch" = "RC_1_1" ] && [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
wget https://builds.shiki.hu/travis/brew/1_1/version
|
wget https://builds.shiki.hu/travis/brew/1_1/version
|
||||||
if ! cmp --quiet "version" "$HOME/travis/brew/1_1/version" ; then
|
if ! cmp --quiet "version" "$HOME/travis/brew/1_1/version" ; then
|
||||||
|
|
Loading…
Reference in a new issue