mirror of
https://github.com/Luzifer/preserve.git
synced 2024-12-20 17:51:18 +00:00
Fix: Remove copy&paste target
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a2664f671c
commit
05207336f7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ default: lint test
|
||||||
lint:
|
lint:
|
||||||
golangci-lint run --timeout=5m
|
golangci-lint run --timeout=5m
|
||||||
|
|
||||||
publish: frontend
|
publish:
|
||||||
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||||
bash golang.sh
|
bash golang.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue