Fixed line which combined two git commands

This commit is contained in:
Adam Mooers 2023-08-15 21:11:20 -04:00
parent 37c734f7be
commit 2a97f0a197
1 changed files with 1 additions and 1 deletions

View File

@ -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: