Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 28, 2024
1 parent 2595bf8 commit 1360e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (c *acmeWriter) OnStartup() error {
if found {
c.forgeAuthKey = authKey
} else {
fmt.Println("NOTE: environment variable %s not set, registration is open to all peers", client.ForgeAuthEnv)
fmt.Printf("NOTE: environment variable %s not set, registration is open to all peers\n", client.ForgeAuthEnv)
}

c.ln = ln
Expand Down

0 comments on commit 1360e56

Please sign in to comment.