mirror of https://github.com/spf13/viper.git
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
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ bin/golangci-lint:
|
||||||
@mkdir -p bin
|
@mkdir -p bin
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- v${GOLANGCI_VERSION}
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- v${GOLANGCI_VERSION}
|
||||||
|
|
||||||
.PHONY: fmt
|
.PHONY: yamllint
|
||||||
yamllint:
|
yamllint:
|
||||||
pip install --user yamllint
|
pip install --user yamllint
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue