Skip to content

Commit 2effbfc

Browse files
authored
Update main.go
1 parent d6be8bb commit 2effbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dummy-plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (d *dummyPlugin) UploadCertificate(portAddress string, certificatePath *pat
6161
fmt.Fprintln(feedback.Err(), "Port address not specified")
6262
return fmt.Errorf("invalid port address")
6363
}
64-
fmt.Fprintf(feedback.Out(), "Uploading to certificates to %s...\n", portAddress)
64+
fmt.Fprintf(feedback.Out(), "Uploading certificates to %s...\n", portAddress)
6565

6666
// Fake upload
6767
time.Sleep(5 * time.Second)

0 commit comments

Comments
 (0)