From 4ef1d7533184fdc53597541964ecfd07a89a3e40 Mon Sep 17 00:00:00 2001 From: despiegk Date: Wed, 25 Dec 2024 09:36:40 +0100 Subject: [PATCH] hsjon --- install_herolib.vsh | 2 -- lib/clients/httpconnection/connection_methods.v | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install_herolib.vsh b/install_herolib.vsh index 8fa1849d..679c427c 100755 --- a/install_herolib.vsh +++ b/install_herolib.vsh @@ -48,9 +48,7 @@ abs_dir_of_script := dir(@FILE) // Reset symlinks if requested println('Resetting all symlinks...') -os.rmdir_all('${os.home_dir()}/.vmodules/freeflowuniverse/herolib') or {} os.rm('${os.home_dir()}/.vmodules/freeflowuniverse/herolib') or {} -os.rmdir_all('${os.home_dir()}/.vmodules/vlang/testing') or {} // Create necessary directories os.mkdir_all('${os.home_dir()}/.vmodules/freeflowuniverse') or { diff --git a/lib/clients/httpconnection/connection_methods.v b/lib/clients/httpconnection/connection_methods.v index ac45e4d7..ec276fef 100644 --- a/lib/clients/httpconnection/connection_methods.v +++ b/lib/clients/httpconnection/connection_methods.v @@ -17,7 +17,7 @@ module httpconnection import x.json2 import net.http -import freeflowuniverse.herolib.core.herojson +import freeflowuniverse.herolib.data.hjson import freeflowuniverse.herolib.ui.console // Build url from Request and httpconnection