diff options
Diffstat (limited to 'fig-web/src/Fig/Web.hs')
| -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" |
