Fix a copy+pasto in the tutorial.

This commit is contained in:
Dan Gohman
2019-04-05 16:32:04 -07:00
parent 07b83c5db3
commit b37ab7d13e

View File

@@ -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
```