From 65d1272279c69409a6ab93977da0acd9488ff4c3 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 7 Nov 2016 13:34:02 +0100 Subject: [PATCH] Fix example of setting record command in cfg file in FAQ --- web/templates/doc/faq.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/doc/faq.html.md b/web/templates/doc/faq.html.md index ced381d..3609553 100644 --- a/web/templates/doc/faq.html.md +++ b/web/templates/doc/faq.html.md @@ -28,7 +28,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?