From c42e174a97053cc9b03c795f37d54da6b9ec7dba Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Mon, 28 Jan 2019 20:41:44 +0100 Subject: [PATCH] fixed wrong variable --- modules/util/Util/JSON.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/Util/JSON.pm b/modules/util/Util/JSON.pm index bc42cc8..c81bd7b 100755 --- a/modules/util/Util/JSON.pm +++ b/modules/util/Util/JSON.pm @@ -50,7 +50,7 @@ sub write_json_file =end comment =cut - write_text($fnm, $json_str); + write_text($json_fnm, $json_str); 1; } -- GitLab