Skip to content

Commit 4f62e0c

Browse files
committed
add success message
1 parent 274ce1e commit 4f62e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm/diagnostic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func handleDiagnostic(
103103
return nil, errors.Wrap(err, "failed to save command log")
104104
}
105105

106-
return outMsg{""}, nil
106+
return outMsg{"Report is successfully created"}, nil
107107
}
108108

109109
//nolint:nonamedreturns

0 commit comments

Comments
 (0)