Merge pull request #179 from vladdoster/patch-1

(maint): update conditional check and log message
This commit is contained in:
siduck76 2021-07-28 05:10:59 +05:30 committed by GitHub
commit 7f34fee4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}" || {