From 3ca32ff53cb0c389130d450af22235b92fc7aff7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 4 Mar 2019 10:55:27 +0100 Subject: [PATCH] fix: Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8155d32..ee6508c 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ go-build-arm7: GOOS=linux GOARCH=arm GOARM=7 go build -o flucky -ldflags "-X main.version=${VERSION}" pi-copy: go-build-arm7 - scp flucky hades.trier.cryptic.systems:/usr/local/bin - ssh hades.trier.cryptic.systems 'chmod +x /usr/local/bin/flucky' + scp flucky hades:/usr/local/bin + ssh hades 'chmod +x /usr/local/bin/flucky'