From 6918e1b7df8e51de7a2d9c625531d40989302455 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 23 Mar 2016 19:14:25 -0500 Subject: [PATCH] Fix grammar --- yadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadm b/yadm index d18c23a..b37d638 100755 --- a/yadm +++ b/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" ] && {