Skip to content

Commit 67d4dae

Browse files
committed
Fix misplaced option for git rev-parse.
1 parent e1e4ee6 commit 67d4dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ doctest:
157157
GITREPOPATH = $(shell cd $(CURDIR) && git rev-parse --git-dir)
158158
GITREMOTE = origin
159159
GITREMOTEURL = $(shell git config --get remote.$(GITREMOTE).url)
160-
GITLASTCOMMIT = $(shell git --short rev-parse HEAD)
160+
GITLASTCOMMIT = $(shell git rev-parse --short HEAD)
161161

162162
publish:
163163
@test -d build/html || \

0 commit comments

Comments
 (0)