From b37ab7d13eb71a6aeda69334d2bd58ec7562d92a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 5 Apr 2019 16:32:04 -0700 Subject: [PATCH] Fix a copy+pasto in the tutorial. --- docs/WASI-tutorial.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md index d158bbbd0d..df4753c152 100644 --- a/docs/WASI-tutorial.md +++ b/docs/WASI-tutorial.md @@ -136,7 +136,6 @@ out of the sandbox? Let's see: ``` $ wasmtime --dir=. --dir=/tmp a.out test.txt /tmp/../etc/passwd -$ cat /tmp/somewhere.txt error opening output /tmp/../etc/passwd: Capabilities insufficient ```