Skip to content
Snippets Groups Projects
Unverified Commit 867e11ae authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Deps] fix typo in finn_entrypoint.sh

parent d73444c0
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ if [ ! -d "/workspace/finn/board_files/ultra96v2" ]; then
OLD_PWD=$(pwd)
cd /workspace/finn
git clone https://github.com/Avnet/bdf.git
git -C /workspace/finn/bdf checkout AVNET_BDF_COMMIT --quiet
git -C /workspace/finn/bdf checkout $AVNET_BDF_COMMIT --quiet
mv /workspace/finn/bdf/* /workspace/finn/board_files/
rm -rf /workspace/finn/bdf
cd $OLD_PWD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment