swap INFO for DEBUG

This commit is contained in:
2024-02-07 15:16:51 -07:00
parent 261bbee1a4
commit a90482de8c
7 changed files with 9 additions and 11 deletions

View File

@ -66,7 +66,7 @@ MAIN() {
[ ! $NAME ] && {
NAME=$(echo $TARGET | sed 's/.*\///; s/\.git$//')
INFO "using default name '$NAME'"
DEBUG "using default name '$NAME'"
}
[ -d "$PACKAGE_INSTALL_DIR/$NAME" ] && [[ $SKIP_PULL -eq 0 ]] && {