diff options
author | guangwu <guoguangwu@magic-shield.com> | 2023-08-18 22:20:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 08:20:46 -0600 |
commit | 568fd2b28618552d6d613bc15e423251cc14e93c (patch) | |
tree | cdbffb1e2caa76575792a95532f8b577e8687189 | |
parent | f11c3c9f5a1be082450d64369853e1dacda22dde (diff) |
fix package typo (#5764)
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
-rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 53fdea0..dfd6589 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -113,7 +113,7 @@ archives: {{- with .Mips }}_{{ . }}{{ end }} {{- if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }} - # packge the 'caddy-build' directory into a tarball, + # package the 'caddy-build' directory into a tarball, # allowing users to build the exact same set of files as ours. - id: source meta: true |