mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
bf79c2cf91
This trivial PR fixes a minor cosmetic issue in the `check` command. Before this fix, GoReleaser would not show the auto-detected config path under check when no args are provided: ``` $ goreleaser check • checking path= • 1 configuration file(s) validated • thanks for using goreleaser! ``` After this check, GoReleaser correctly shows any auto-detected config paths: ``` $ goreleaser check • checking path=.goreleaser.yaml • 1 configuration file(s) validated • thanks for using goreleaser! ``` |
||
---|---|---|
.. | ||
testdata | ||
build_test.go | ||
build.go | ||
check_test.go | ||
check.go | ||
config_test.go | ||
config.go | ||
docs.go | ||
error.go | ||
healthcheck_test.go | ||
healthcheck.go | ||
helper_test.go | ||
init_test.go | ||
init.go | ||
man.go | ||
release_test.go | ||
release.go | ||
root_test.go | ||
root.go | ||
schema_test.go | ||
schema.go | ||
util_test.go |