Skip to content

Commit a334d26

Browse files
author
Nortamo
committed
Change folder creation message to info
1 parent d68fd47 commit a334d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/containerize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868

6969
source $CW_BUILD_TMPDIR/_vars.sh
7070
if [[ ! -d "$CW_INSTALLATION_PREFIX" ]];then
71-
print_info "Installation dir $CW_INSTALLATION_PREFIX does not exist, creating it for you"
71+
print_info "Installation dir $CW_INSTALLATION_PREFIX does not exist, creating it for you" 1
7272
mkdir -p "$CW_INSTALLATION_PREFIX"
7373
fi
7474
if [[ ! -w "$CW_INSTALLATION_PREFIX" || ! -x "$CW_INSTALLATION_PREFIX" ]];then

0 commit comments

Comments
 (0)