Fix grammar
This commit is contained in:
parent
36a3482c8d
commit
6918e1b7df
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -307,7 +307,7 @@ function init() {
|
|||
|
||||
#; safety check, don't attempt to init when the repo is already present
|
||||
[ -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
|
||||
[ -d "$YADM_REPO" ] && {
|
||||
|
|
Loading…
Reference in a new issue