mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
git typo
This commit is contained in:
parent
8ef1e2b9df
commit
f7d47a803d
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user