From bdb636bae81b5c8d140563fec22f07cc5805c59c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 19 Nov 2024 17:13:23 +0100 Subject: [PATCH] update example 1 --- tests/example_01_simple_get.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/example_01_simple_get.sh b/tests/example_01_simple_get.sh index 4943e6c..bc34490 100755 --- a/tests/example_01_simple_get.sh +++ b/tests/example_01_simple_get.sh @@ -11,7 +11,7 @@ cd "$( dirname "$0" )" || exit # shellcheck source=../rest-api-client.sh -. ../rest-api-client.sh +. ../http.class.sh # shellcheck source=color.class.sh . color.class.sh @@ -53,7 +53,7 @@ EOH color.reset -echo "We need to initialize the client with 'http.init' before each new request." +echo "We need to initialize the client with 'http.init' before a new request." echo color.echo "green" "> http.init" http.init -- GitLab