From 2a97f0a197b86a104f31c9555b935a202c79bb7a Mon Sep 17 00:00:00 2001 From: Adam Mooers <21245397+AdamMooers@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:11:20 -0400 Subject: [PATCH] Fixed line which combined two git commands --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 211e3cc..c4d5f3f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -141,7 +141,7 @@ f4pga: git clone https://github.com/chipsalliance/f4pga; \ fi cd f4pga && git checkout main && git pull && \ - git checkout -B upsilon_stable 835a40534f9efd70770d74f56f25fef6cfc6ebc6 \ + git checkout -B upsilon_stable 835a40534f9efd70770d74f56f25fef6cfc6ebc6 tar -czvf f4pga.tar.gz f4pga buildroot: