mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(build_toolchains): Fix simple logging typo
This commit is contained in:
parent
31d5ced3df
commit
169cc17394
@ -134,7 +134,7 @@ for cross_chost in $(get_chost_list); do
|
||||
done
|
||||
|
||||
for board in $(get_board_list); do
|
||||
echo "Building native toolchain for ${bard}"
|
||||
echo "Building native toolchain for ${board}"
|
||||
configure_target_root "${board}"
|
||||
build_target_toolchain "${board}"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user