We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4119f54 commit 0331770Copy full SHA for 0331770
Makefile
@@ -42,4 +42,4 @@ build:
42
test:
43
go test -v ./...
44
start:
45
- ./dist/gitconvex-server
+ ./dist/gitconvex
make.bat
@@ -54,5 +54,5 @@ if "%ip%"==%RUN% (
54
)
55
56
if "%ip%"==%START% (
57
- .\dist\gitconvex-server.exe
+ .\dist\gitconvex.exe
58
0 commit comments