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 359a425..5ff170c 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -19,7 +19,7 @@ if [ -z "$CLEAN" ] && [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$ else echo_info "Building new version of SDK" echo_stage "Get turris-build" - TB_HASH="$(awk '/ \* turris-build\: /{print $3}' git-hash)" + TB_HASH="$(awk '/ \* turris-build: / {print $3}' git-hash)" git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$TB_HASH" echo_stage "Prepare SDK" |