Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Oct 1, 2024
1 parent 62b2432 commit f964588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAPFunction
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ analyze_kpms_path() {
read -r -a TKPM
KPMP+=($(realpath ${TKPM}))
msg_info "Current seleted KPMs: ${KPMP[*]}"
msg_info "Totally: ${#KPMP[@]}"
msg_info "Total: ${#KPMP[@]}"
done
for i in "${KPMP[@]}"; do
EXTRAARGS+=" --embed-extra-path=$i --extra-type=kpm"
Expand Down

0 comments on commit f964588

Please sign in to comment.