docs: 101: fix import key cmd

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-06-16 16:26:13 +02:00
parent 7403765aac
commit 2b01808ec8

View File

@ -41,8 +41,7 @@ cd ./examples/todoapp
The example app contains encrypted secrets and other pre-configured inputs, here is how to decrypt them:
```sh
curl -sfL https://releases.dagger.io/examples/key.txt >> ~/.config/dagger/keys.txt
dagger input list
dagger input list || curl -sfL https://releases.dagger.io/examples/key.txt >> ~/.config/dagger/keys.txt
```
**Step 4**: Deploy!