Merge pull request #179 from vladdoster/patch-1

(maint): update conditional check and log message
pull/193/head
siduck76 3 years ago committed by GitHub
commit 7f34fee4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ _copy_config() {
} }
fi fi
else else
printf "%s\n" "Nvim Config doesn't exist so creating one" printf "%s\n" "Nvim config doesn't exist, creating it now"
fi fi
mkdir -p "${_CONFIG_PATH}" || { mkdir -p "${_CONFIG_PATH}" || {

Loading…
Cancel
Save