From 3a8a4bed9639d6bd226f1dc3a4fc944ea6d8520b Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Fri, 23 Apr 2021 00:10:22 -0400 Subject: [PATCH] fixed typo --- src/testloginapi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testloginapi.sh b/src/testloginapi.sh index 5cc419a..49c90ea 100644 --- a/src/testloginapi.sh +++ b/src/testloginapi.sh @@ -32,5 +32,5 @@ curl -v \ # this should succeed since credentials were presented curl -v \ -b ${COOKIEJAR} \ - ${URl}/private/secret.txt + ${URL}/private/secret.txt