Skip to content

Commit

Permalink
fix: Fixing extra short args
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Dec 15, 2023
1 parent 4f0d29b commit 3d6a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version:
## version-full: Output last commit sha
.PHONY: version-full
version-full:
@printf "$(shell git rev-parse --short HEAD)"
@printf "$(shell git rev-parse HEAD)"

## version-date: Output last commit date
.PHONY: version-date
Expand Down

0 comments on commit 3d6a11b

Please sign in to comment.