Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 6, 2019
1 parent ea2adf0 commit 52e0940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ pkg_build() {
done

log "Successfully built package(s)."
log "Run '$kiss i $explicit_packages' to install the built package(s)."
log "Run '$kiss i${explicit_packages% }' to install the built package(s)."
}

pkg_checksums() {
Expand Down

0 comments on commit 52e0940

Please sign in to comment.