From d5b8a4fdad36276f6118f9ce6320fd9c9ea5cbd2 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 12 Jan 2017 18:55:34 +0100 Subject: [PATCH] Fix example of setting record command in cfg file in FAQ --- app/views/docs/faq.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/faq.html.md b/app/views/docs/faq.html.md index 8aa2bf0..8c09f15 100644 --- a/app/views/docs/faq.html.md +++ b/app/views/docs/faq.html.md @@ -30,7 +30,7 @@ Worry not, you have several options. You can: * add the following setting to your `$HOME/.config/asciinema/config` file: [record] - command="/bin/bash -l" + command= /bin/bash -l ## Why my shell prompt/theme isn't working during recording?