From 0c81439bc3a2ddbd6e701e64a45cb1f1670ecaa7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 2 Jan 2016 12:18:32 +0000 Subject: [PATCH] Fix upload_github target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab18e6deb..f1f585d61 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ upload: rclone -v copy build/ memstore:downloads-rclone-org upload_github: - ./upload_github $(TAG) + ./upload-github $(TAG) cross: doc ./cross-compile $(TAG)