summaryrefslogtreecommitdiff
path: root/fig-web
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-08 03:10:04 -0500
committerLLLL Colonq <llll@colonq>2024-11-08 03:10:04 -0500
commitef59c3b8bbbd31e2b4149cd0afffd6d7f283abb2 (patch)
treeb6df09ad4a4b98b204b3d2c2870ba2b9f8076469 /fig-web
parent7db8eed1192626999e2826310306d66593087ced (diff)
Fix newline
Diffstat (limited to 'fig-web')
-rw-r--r--fig-web/src/Fig/Web.hs2
1 files changed, 1 insertions, 1 deletions
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"