1
0
Fork 0
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:
aclist 2022-01-09 20:44:23 +09:00 committed by GitHub
parent babf84bbfd
commit f4c10fbe4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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================