1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
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
..
2023-05-24 03:32:37 +00:00
2024-03-26 23:39:05 -03:00
2024-03-26 23:39:05 -03:00
2023-03-03 10:36:45 -03:00
2023-09-16 17:01:20 -03:00
2023-07-19 00:52:11 +00:00
2023-07-18 12:21:09 +00:00
2024-03-03 14:52:58 -03:00
2022-08-04 15:37:19 -03:00
2024-02-09 09:57:38 -03:00