chore: revert go change

This commit is contained in:
Jahziel Villasana-Espinoza
2024-06-03 13:28:45 -04:00
parent d260135dfe
commit 420a3523dd
+1 -1
View File
@@ -239,7 +239,7 @@ Use the stop and reset subcommands to manage the server and dependencies once st
}
if err := os.WriteFile(pkFilename, []byte(genPK), 0o777); err != nil {
return "", fmt.Errorf("writing private TODO(JVE): revert this key file: %w", err)
return "", fmt.Errorf("writing private key file: %w", err)
}
return genPK, nil