mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-08-31 18:08:05 +00:00
Simplify commit message a bit
This commit is contained in:
@@ -28,7 +28,7 @@ func UploadText(h *hyphae.Hypha, data []byte, message string, u *user.User) (hop
|
||||
if message == "" {
|
||||
hop.WithMsg(fmt.Sprintf("%s ‘%s’", action, h.Name))
|
||||
} else {
|
||||
hop.WithMsg(fmt.Sprintf("%s ‘%s’ with message: ‘%s’", action, h.Name, message))
|
||||
hop.WithMsg(fmt.Sprintf("%s ‘%s’: %s", action, h.Name, message))
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user