Skip to content

Commit 3f46ae6

Browse files
committedAug 3, 2020
Fix CI (#82)
1 parent 10432c0 commit 3f46ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif
66
devel-deps:
77
go get ${u} github.com/mattn/goveralls
88
go get ${u} golang.org/x/lint/golint
9-
go get ${u} github.com/motemen/gobump/cmd/gobump
9+
go get ${u} github.com/x-motemen/gobump/cmd/gobump
1010
go get ${u} github.com/Songmu/ghch/cmd/ghch
1111

1212
.PHONY: test

0 commit comments

Comments
 (0)
Please sign in to comment.