Skip to content

Commit 8bc1be9

Browse files
committed
add(lib/init): decrease verbosity of lib
1 parent 369f811 commit 8bc1be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/init.fl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ loadpkgfile "$1" "$2"
3838
loadtemplates
3939

4040
_build() {
41-
msg_line "preparing installation"
41+
trace "preparing installation"
4242
prepare
43-
msg_line "building $pkgname"
43+
trace "building $pkgname"
4444
build
4545
if ! [[ -z "$template" ]]; then
4646
for tmpl in ${template[@]}; do
@@ -50,7 +50,7 @@ _build() {
5050
}
5151

5252
_install() {
53-
msg_line "installing $pkgname"
53+
trace "installing $pkgname"
5454
package
5555
if ! [[ -z "$template" ]]; then
5656
for tmpl in ${template[@]}; do

0 commit comments

Comments
 (0)