Move command to a correct dir name

This commit is contained in:
2022-05-05 08:07:27 +02:00
parent fa9aebb8e5
commit 4c85097f2c
4 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@ dist/*
.cache/* .cache/*
chart/* chart/*
docker-compose.yaml docker-compose.yaml
katenary ./katenary
*.env *.env
docker-compose* docker-compose*
!examples/**/docker-compose* !examples/**/docker-compose*

View File

@@ -6,7 +6,7 @@ PREFIX=~/.local
GO=container GO=container
OUT=katenary OUT=katenary
BLD_CMD=go build -ldflags="-X 'main.Version=$(VERSION)'" -o $(OUT) ./cmd/*.go BLD_CMD=go build -ldflags="-X 'main.Version=$(VERSION)'" -o $(OUT) ./cmd/katenary/*.go
GOOS=linux GOOS=linux
GOARCH=amd64 GOARCH=amd64