Skip to content

Commit 0331770

Browse files
committed
change makefile start action to refer the correct filename
1 parent 4119f54 commit 0331770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ build:
4242
test:
4343
go test -v ./...
4444
start:
45-
./dist/gitconvex-server
45+
./dist/gitconvex

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ if "%ip%"==%RUN% (
5454
)
5555

5656
if "%ip%"==%START% (
57-
.\dist\gitconvex-server.exe
57+
.\dist\gitconvex.exe
5858
)

0 commit comments

Comments
 (0)