Fix grammar

This commit is contained in:
Tim Byrne 2016-03-23 19:14:25 -05:00
parent 36a3482c8d
commit 6918e1b7df
1 changed files with 1 additions and 1 deletions

2
yadm
View File

@ -307,7 +307,7 @@ function init() {
#; safety check, don't attempt to init when the repo is already present #; safety check, don't attempt to init when the repo is already present
[ -d "$YADM_REPO" ] && [ -z "$FORCE" ] && \ [ -d "$YADM_REPO" ] && [ -z "$FORCE" ] && \
error_out "Git repo already exist. [$YADM_REPO]\nUse '-f' if you want to force it to be overwritten." error_out "Git repo already exists. [$YADM_REPO]\nUse '-f' if you want to force it to be overwritten."
#; remove existing if forcing the init to happen anyway #; remove existing if forcing the init to happen anyway
[ -d "$YADM_REPO" ] && { [ -d "$YADM_REPO" ] && {