1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/cmd
Hugo Hromic bf79c2cf91
fix: use correct path variable for logging in check command (#4756)
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!
```
2024-04-04 09:32:05 -03:00
..
testdata
build_test.go feat: store which action is being taken in the context (#4508) 2023-12-29 15:22:03 -03:00
build.go feat: consistently use directory in property names (#4737) 2024-04-01 10:01:56 -03:00
check_test.go fix(cmd): check with no args 2023-05-24 03:32:37 +00:00
check.go fix: use correct path variable for logging in check command (#4756) 2024-04-04 09:32:05 -03:00
config_test.go feat: support .config dir 2024-03-26 23:39:05 -03:00
config.go feat: support .config dir 2024-03-26 23:39:05 -03:00
docs.go chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
error.go
healthcheck_test.go
healthcheck.go chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
helper_test.go refactor: --skip=item (#4272) 2023-09-16 17:01:20 -03:00
init_test.go test: fix init test 2023-07-19 00:52:11 +00:00
init.go feat: init improvements 2023-07-18 12:21:09 +00:00
man.go chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
release_test.go test: fix error message 2024-03-03 14:52:58 -03:00
release.go feat: consistently use directory in property names (#4737) 2024-04-01 10:01:56 -03:00
root_test.go fix: pass goversion.Info instead of string 2023-04-30 17:26:17 +00:00
root.go feat: fig is being sunset, remove (#4694) 2024-03-13 08:50:40 -03:00
schema_test.go
schema.go chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
util_test.go feat: use go 1.22 (#4614) 2024-02-09 09:57:38 -03:00