diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index c947ff55f4..bc78d761d1 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -2189,7 +2189,7 @@ bool GIT::getTreeRevisionInfo() return false; } - doVCCommand("git describe --abrev --dirty --long > " + quoteName(tmpf.toFilesystemEncoding()), + doVCCommand("git describe --abbrev --dirty --long > " + quoteName(tmpf.toFilesystemEncoding()), FileName(owner_->filePath())); if (tmpf.empty())