From ef59c3b8bbbd31e2b4149cd0afffd6d7f283abb2 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 8 Nov 2024 03:10:04 -0500 Subject: Fix newline --- fig-web/src/Fig/Web.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-web/src/Fig/Web.hs') diff --git a/fig-web/src/Fig/Web.hs b/fig-web/src/Fig/Web.hs index 05296e2..5065378 100644 --- a/fig-web/src/Fig/Web.hs +++ b/fig-web/src/Fig/Web.hs @@ -84,7 +84,7 @@ app cfg cmds liveEvents currentlyLive = do , " --header \"Content-Type: application/json\" \\\n" , " --request POST \\\n" , " --data '{\"username\":\"AzureDiamond\",\"password\":\"hunter2\"}' \\\n" - , " --cookie-jar cookies.txt" + , " --cookie-jar cookies.txt\n" , "this will write a cookie called \"authelia_session\" to cookies.txt\n" , "send this cookie along with your requests to use the secure endpoints\n" , "for example:\n" -- cgit v1.2.3