Skip to content

Commit

Permalink
add(lib/init): decrease verbosity of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Feb 8, 2024
1 parent 369f811 commit 8bc1be9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/init.fl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ loadpkgfile "$1" "$2"
loadtemplates

_build() {
msg_line "preparing installation"
trace "preparing installation"
prepare
msg_line "building $pkgname"
trace "building $pkgname"
build
if ! [[ -z "$template" ]]; then
for tmpl in ${template[@]}; do
Expand All @@ -50,7 +50,7 @@ _build() {
}

_install() {
msg_line "installing $pkgname"
trace "installing $pkgname"
package
if ! [[ -z "$template" ]]; then
for tmpl in ${template[@]}; do
Expand Down

0 comments on commit 8bc1be9

Please sign in to comment.