Merge pull request #179 from vladdoster/patch-1
(maint): update conditional check and log message
This commit is contained in:
commit
7f34fee4a4
|
@ -52,7 +52,7 @@ _copy_config() {
|
|||
}
|
||||
fi
|
||||
else
|
||||
printf "%s\n" "Nvim Config doesn't exist so creating one"
|
||||
printf "%s\n" "Nvim config doesn't exist, creating it now"
|
||||
fi
|
||||
|
||||
mkdir -p "${_CONFIG_PATH}" || {
|
||||
|
|
Loading…
Reference in New Issue