]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-submodule.sh
Merge branch 'jl/submodule-add-noname'
[thirdparty/git.git] / git-submodule.sh
index 0c617eb40d4d7d3902c0562e9ace982f7cf98fa4..850d4235a003a9934681b319199e82da07a865dd 100755 (executable)
@@ -98,7 +98,7 @@ module_clone()
        if test -d "$path"
        then
                rmdir "$path" 2>/dev/null ||
-               die "Directory '$path' exist, but is neither empty nor a git repository"
+               die "Directory '$path' exists, but is neither empty nor a git repository"
        fi
 
        test -e "$path" &&