Skip to content
Snippets Groups Projects
Commit d11b6c56 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

vcsh: Make init() less verbose

parent f0f341e9
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,7 @@ check_dir() {
if [ -e "$check_directory" ]; then
fatal "'$check_directory' exists but is not a directory" 13
else
info "attempting to create '$check_directory'"
verbose "attempting to create '$check_directory'"
mkdir -p "$check_directory" || fatal "could not create '$check_directory'" 50
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment