From 0a449145361df20485e649de33d2752bcf84fab2 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Thu, 29 Apr 2021 15:23:43 +0200 Subject: [PATCH] fix separatord --- synapse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/Makefile b/synapse/Makefile index 489444c..631fa2f 100644 --- a/synapse/Makefile +++ b/synapse/Makefile @@ -9,7 +9,7 @@ get: wget https://github.com/matrix-org/synapse/archive/refs/tags/$(VERSION).tar.gz decompress: - tar -xf $(VERSION).tar.gz + tar -xf $(VERSION).tar.gz build: docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \