From 5811a9616355479d3e04651434221d50cbf353a2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2015 12:17:10 +0200 Subject: [PATCH] wercker.yml: Try to fix typo in step definition Docs say to use this way, but not sure with version pinning... Signed-off-by: Alan Orth --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index d2b0e444a..e13182ead 100644 --- a/wercker.yml +++ b/wercker.yml @@ -20,5 +20,5 @@ build: # Read more about steps on our dev center: # http://devcenter.wercker.com/docs/steps/index.html steps: - - arjen/hugo-build@1.8.0 + - arjen/hugo-build@1.8.0: version: "0.15"