diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index 4d87544..ce1aa12 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -28,7 +28,7 @@ else git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build hbl ( cd turris-build - ./helpers/checkout_repo_branch.sh "$ANIMAL" + ./helpers/checkout_repo_branch.sh "$ANIMAL" "$BOARD" cat feeds.conf patch -Np1 -r - < "$FILES/git-fetch-lock.patch" || true # just ignore if it fails ) |