mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 11:44:38 +00:00
build-kernel: Fix typo 'terball' -> 'tarball'
SSIA. :-) Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
8b2f43a2c2
commit
c3f6eaa267
@ -151,7 +151,7 @@ get_tee_kernel() {
|
||||
|
||||
local kernel_tarball="${version}.tar.gz"
|
||||
|
||||
# Depending on where we're getting the terball from it may have a
|
||||
# Depending on where we're getting the tarball from it may have a
|
||||
# different name, such as linux-${version}.tar.gz or simply
|
||||
# ${version}.tar.gz. Let's try both before failing.
|
||||
curl --fail -L "${kernel_url}/linux-${kernel_tarball}" -o ${kernel_tarball} || curl --fail -OL "${kernel_url}/${kernel_tarball}"
|
||||
|
Loading…
Reference in New Issue
Block a user