Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 2083b8a

Browse files
committed
Fix makefile trailing space
1 parent 39531f0 commit 2083b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REPO=msoedov/hacker-slides
44
default: repo
55

66
repo:
7-
@echo $(REPO):$(GIT_SUMMARY)
7+
@echo $(REPO):$(GIT_SUMMARY)
88

99
build:
1010
@GOOS=linux CGO_ENABLE=0 go build main.go

0 commit comments

Comments
 (0)