From 0ffc1a05fe479986e0df4d6b585f9a9fea6afc9f Mon Sep 17 00:00:00 2001 From: handlerug Date: Mon, 14 Jun 2021 14:37:30 +0700 Subject: [PATCH] Simplify commit message a bit --- shroom/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shroom/upload.go b/shroom/upload.go index 9fa0530..717854d 100644 --- a/shroom/upload.go +++ b/shroom/upload.go @@ -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)) }