From f4c10fbe4f899398157b230f2ad735e4de84c0b8 Mon Sep 17 00:00:00 2001
From: aclist <92275929+aclist@users.noreply.github.com>
Date: Sun, 9 Jan 2022 20:44:23 +0900
Subject: [PATCH] Fix string literal typo in workshop URL

---
 dztui.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dztui.sh b/dztui.sh
index 5524eac..bf3f2e9 100644
--- a/dztui.sh
+++ b/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================