From 075436b00b911c7031cee9cb596059d0c3735041 Mon Sep 17 00:00:00 2001 From: Bart Schuurmans Date: Thu, 8 Oct 2020 23:00:33 +0200 Subject: Fix whitespace in Makefile (#344) Replace 4 spaces with a tab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fac23106..6c586645 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ version: hash: @version=$$(make version) && \ - printf "$$version-tar.gz %s\n" $$(curl -sL https://github.com/dandavison/delta/archive/$$version.tar.gz | sha256sum -) && \ + printf "$$version-tar.gz %s\n" $$(curl -sL https://github.com/dandavison/delta/archive/$$version.tar.gz | sha256sum -) && \ printf "delta-$$version-x86_64-apple-darwin.tar.gz %s\n" $$(curl -sL https://github.com/dandavison/delta/releases/download/$$version/delta-$$version-x86_64-apple-darwin.tar.gz | sha256sum -) && \ printf "delta-$$version-x86_64-unknown-linux-musl.tar.gz %s\n" $$(curl -sL https://github.com/dandavison/delta/releases/download/$$version/delta-$$version-x86_64-unknown-linux-musl.tar.gz | sha256sum -) -- cgit v1.2.3