From aca99cd89c624357e87046193f20e18d9da1680e Mon Sep 17 00:00:00 2001 From: alea12 Date: Sun, 9 Jun 2019 09:29:29 +0900 Subject: [PATCH] docs(troubleshooting): add missing double quotes (#4548) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 9802185f19c..f94ad359cbb 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -271,7 +271,7 @@ Build the container: docker build -t puppeteer-chrome-linux . ``` -Run the container by passing `node -e "` as the command: +Run the container by passing `node -e ""` as the command: ```bash docker run -i --init --rm --cap-add=SYS_ADMIN \