Skip to content

Commit 2bb6296

Browse files
alespourCopilot
andauthored
fix: error message
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b8afbfe commit 2bb6296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/chronoctl/gen_secrets_master_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (c *genSecretsMasterKeyCommand) Execute(args []string) error {
4141
}
4242

4343
if _, err := os.Stat(string(c.Out)); err == nil {
44-
errExit(errors.New("Specify non-existant file to write to."))
44+
errExit(errors.New("specify a non-existent file to write to"))
4545
} else if !errors.Is(err, os.ErrNotExist) {
4646
errExit(err)
4747
}

0 commit comments

Comments
 (0)