]> git.cworth.org Git - nogit/commit
Fix an accidental case of a ".nogit" literal
authorCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 18:10:15 +0000 (11:10 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 18:10:15 +0000 (11:10 -0700)
commit11c771aa4ded3685b229907de4dcba5beee76b52
tree2510fc92560fbddf46542d10ef39ae32fe720e71
parent9b145387ae0b95534b48ccf89080fc26d73e839c
Fix an accidental case of a ".nogit" literal

We have the NOGIT_DIR variable to hold the ".nogit" string. Repeating
the string in the error message here set up some fragility if the
variable's value were ever to change in the future.
nogit