Skip to content

Commit 01005db

Browse files
committed
Fix wrong commands path on Makefile
Signed-off-by: Antonio Jesus Navarro Perez <[email protected]>
1 parent f3f8432 commit 01005db

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25-
gitbase
2625

2726
# CI
2827
.ci/
29-
gitbase
30-
gitbase.exe
28+
build/
File renamed without changes.
File renamed without changes.

cli/gitbase/main.go renamed to cmd/gitbase/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"os"
55

6-
"github.com/src-d/gitbase/cli/gitbase/cmd"
6+
"github.com/src-d/gitbase/cmd/gitbase/cmd"
77

88
"github.com/jessevdk/go-flags"
99
)

0 commit comments

Comments
 (0)