Fix typo in docs. Closes #8

This commit is contained in:
Michael de Wit
2017-11-06 08:22:05 +01:00
parent 7f53fc64c8
commit 6fa82ff06f

View File

@@ -78,7 +78,7 @@ Secret injection has changed for Drone 0.6 and up. Register your SSH key secret
drone secret update \
--repository your/repo \
--name plugin_key \
--value @./id_rsa.pub \
--value @./id_rsa \
--image drillster/drone-rsync
```