From 5ffef355a167d5a8a10df7d60f17c0f444cc2b7f Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 27 Mar 2017 15:43:35 -0700 Subject: [PATCH] Fix notary download command Fixes #2499 --- .../2.2/guides/user/access-dtr/configure-your-notary-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md b/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md index 490fcbd45c..289e636404 100644 --- a/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md +++ b/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md @@ -28,7 +28,7 @@ latest version](https://github.com/docker/notary/releases). As an example: ```bash # Get the latest binary -curl -o notary +curl -L -o notary # Make it executable chmod +x notary