abuild: fix typo

This commit is contained in:
Carlo Landmeter 2018-12-02 19:50:28 +00:00
parent 0bfe4efa99
commit 2f8bbc819e
1 changed files with 1 additions and 1 deletions

View File

@ -1528,7 +1528,7 @@ build_abuildrepo() {
done
local _endtime=$(date --utc +%s)
local _difftime=$((_endtime - _starttime))
msg "Build complete at $(date -R) elaped time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
msg "Build complete at $(date -R) elapsed time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
cleanup $CLEANUP
fi
update_abuildrepo_index