Fixing typo

Changing "Not broadcasting credentials operations" to "Not broadcasting exit operation"
This commit is contained in:
Fredrik Svantes
2023-01-26 13:48:39 +01:00
committed by GitHub
parent 4d351e6d3d
commit 581d22c7d7

View File

@@ -70,7 +70,7 @@ func (c *command) process(ctx context.Context) error {
if c.json || c.offline {
if c.debug {
fmt.Fprintf(os.Stderr, "Not broadcasting credentials change operations\n")
fmt.Fprintf(os.Stderr, "Not broadcasting exit operation\n")
}
// Want JSON output, or cannot broadcast.
return nil