From 32fc10057d752676fe71f4324522c0090346b89e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 15 Aug 2017 14:04:14 +0800 Subject: [PATCH] fix typo Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cde98c..ce59823 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DIST := dist EXECUTABLE := drone-ssh -$(GO) ?= go +GO ?= go # for dockerhub DEPLOY_ACCOUNT := appleboy