CI: fix typo

This commit is contained in:
Joakim Frostegård 2021-08-16 19:42:22 +02:00
parent 7b4e00bb79
commit 4dd5688999

View file

@ -246,7 +246,7 @@ screen -dmS rtorrent-leech rtorrent
git clone https://github.com/anacrolix/torrent.git leech git clone https://github.com/anacrolix/torrent.git leech
cd leech cd leech
GOPPROF=http go run -v ./cmd/torrent download ./torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 & GOPPROF=http go run -v ./cmd/torrent download ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
cd .. cd ..
# Check for completion # Check for completion