diff --git a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass index 247d1bf535..5c2b89b6a7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass @@ -43,7 +43,7 @@ case ${EAPI} in # than the oldest in-tree in future. if [[ -z ${CARGO_BOOTSTRAP} ]]; then if ver_test "${RUST_MIN_VER}" -lt "${_CARGO_ECLASS_RUST_MIN_VER}"; then - die "RUST_MIN_VERSION must be at least ${_CARGO_ECLASS_RUST_MIN_VER}" + die "RUST_MIN_VER must be at least ${_CARGO_ECLASS_RUST_MIN_VER}" fi fi else