Skip to content

Commit e23c9d0

Browse files
ejahnGithubCopilot
andauthored
Update pkg/cmd/release/verify-asset/verify_asset.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7988837 commit e23c9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/release/verify-asset/verify_asset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func NewCmdVerifyAsset(f *cmdutil.Factory, runF func(*VerifyAssetConfig) error)
116116
},
117117
}
118118
cmdutil.AddFormatFlags(cmd, &opts.Exporter)
119-
cmd.Flags().StringVarP(&opts.TrustedRoot, "custom-trusted-root", "", "", "Path to a trusted_root.jsonl file; likely for offline verification")
119+
cmd.Flags().StringVarP(&opts.TrustedRoot, "custom-trusted-root", "", "", "Path to a trusted_root.jsonl file; likely for offline verification.")
120120
cmd.Flags().MarkHidden("custom-trusted-root")
121121

122122
return cmd

0 commit comments

Comments
 (0)