From a2f5b61b897b48a8f696973dd0106b1d9d3c4252 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sat, 16 Dec 2017 22:24:40 +0100 Subject: [PATCH] docs: fix sign docs fix sign docs --- docs/075-sign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/075-sign.md b/docs/075-sign.md index c7a5ee05e..92691f3ca 100644 --- a/docs/075-sign.md +++ b/docs/075-sign.md @@ -25,7 +25,7 @@ To customize the signing pipeline you can use the following options: # .goreleaser.yml sign: # name of the signature file. - # '${in}' is the path to the artifact that should be signed. + # '${artifact}' is the path to the artifact that should be signed. # # signature: "${artifact}.sig"