Skip to content

Commit

Permalink
_ to -
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 29, 2024
1 parent 2259b68 commit 76dc44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76dc44c

Please sign in to comment.