mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 01:57:16 +00:00
_ to -
This commit is contained in:
parent
2259b68b4c
commit
76dc44c6de
2
lib.sh
2
lib.sh
|
@ -106,7 +106,7 @@ function get_normalized_package_list {
|
|||
|
||||
local architecture=$(dpkg --print-architecture)
|
||||
if [ "${architecture}" == "arm64" ]; then
|
||||
${script_dir}/apt_query_arm64 normalized-list ${packages}
|
||||
${script_dir}/apt_query-arm64 normalized-list ${packages}
|
||||
else
|
||||
${script_dir}/apt_query normalized-list ${packages}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue