mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Fix string literal typo in workshop URL
This commit is contained in:
parent
babf84bbfd
commit
f4c10fbe4f
1 changed files with 2 additions and 2 deletions
4
dztui.sh
4
dztui.sh
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
version=0.2.1
|
||||
version=0.2.2
|
||||
aid=221100
|
||||
game="dayz"
|
||||
workshop="https://steamcommunity.com/sharedfiles/filedetails/?id=%s"
|
||||
workshop="https://steamcommunity.com/sharedfiles/filedetails/?id="
|
||||
api="https://api.battlemetrics.com/servers"
|
||||
|
||||
#BEGIN CONFIG================
|
||||
|
|
Loading…
Reference in a new issue