reflog: add missing single quote to error message
commit99885bc0ef0013a8979ad8cefe56360e69791811
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 27 Aug 2015 04:26:02 +0000 (26 22:26 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 16:42:13 +0000 (28 09:42 -0700)
tree7e7230fbfbd1621cf6be110427e1b6f16fd8a4b5
parent3d27b9b005f26b107227fc18b6648df329daee97
reflog: add missing single quote to error message

The error message can be seen by running
`git config gc.reflogexpire foo` and then `git reflog expire`.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reflog.c