Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit a2cba11

Browse files
Update main.go
Co-authored-by: Nikos Tsipinakis <nikos@tsipinakis.com> Signed-off-by: okestro-hbkim <51896679+Kim-Hyo-Bin@users.noreply.github.com>
1 parent 8c96739 commit a2cba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func healthCheck(cfg config.AppConfig, logger log.Logger) error {
326326

327327
func printVersion(writer io.Writer) error {
328328
var buffer bytes.Buffer
329-
buffer.WriteString("Containerssh Version:")
329+
buffer.WriteString("v")
330330
buffer.WriteString(version)
331331
buffer.WriteString("\n")
332332
if _, err := writer.Write(buffer.Bytes()); err != nil {

0 commit comments

Comments
 (0)