mirror of
https://github.com/spf13/viper
synced 2024-12-22 03:27:03 +00:00
chore: Fix copy-paste error for yamllint target
Signed-off-by: Étienne BERSAC <etienne.bersac@dalibo.com>
This commit is contained in:
parent
287507c0b5
commit
3f6cadcbeb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ bin/golangci-lint:
|
|||
@mkdir -p bin
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- v${GOLANGCI_VERSION}
|
||||
|
||||
.PHONY: fmt
|
||||
.PHONY: yamllint
|
||||
yamllint:
|
||||
pip install --user yamllint
|
||||
|
||||
|
|
Loading…
Reference in a new issue