diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-08 03:10:04 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-08 03:10:04 -0500 |
| commit | ef59c3b8bbbd31e2b4149cd0afffd6d7f283abb2 (patch) | |
| tree | b6df09ad4a4b98b204b3d2c2870ba2b9f8076469 /fig-web/src | |
| parent | 7db8eed1192626999e2826310306d66593087ced (diff) | |
Fix newline
Diffstat (limited to 'fig-web/src')
| -rw-r--r-- | fig-web/src/Fig/Web.hs | 2 |
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" |
