Fix typo with GIT_BRANCH in Makefile.
authorDavid Griffith <dave@661.org>
Sun, 11 Mar 2018 13:29:50 +0000 (06:29 -0700)
committerDavid Griffith <dave@661.org>
Sun, 11 Mar 2018 13:29:50 +0000 (06:29 -0700)
Makefile

index 2fc4e1a0b7ec708e19a2debefa86fc462a30dea0..87ef44be86ea0b1f201ac385986e2f0717cd9904 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ VERSION = $(MAJOR).$(MINOR)
 # not, make it clear that we're working from a release.
 GIT_DIR ?= .git
 ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),)
-       GIT_BRANCH = $(shell git rev-parse --abbref-ref HEAD)
+       GIT_BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
        GIT_HASH = $(shell git rev-parse HEAD)
        GIT_HASH_SHORT = $(shell git rev-parse --short HEAD)
        GIT_TAG = $(shell git describe --abbrev=0 --tags)