mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-27 18:11:52 +08:00
spacing
This commit is contained in:
parent
0149806086
commit
54336ccd35
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func main() {
|
|||
if !strings.HasPrefix(last, "Last updated:") {
|
||||
log.Fatal("Release body is not what I expected. Abort!")
|
||||
}
|
||||
last = fmt.Sprintf("Last updated: %s", time.Now().Format("Mon Jan 2 2006 @15:04 MST"))
|
||||
last = fmt.Sprintf("Last updated: %s", time.Now().Format("Mon Jan 2 2006 @ 15:04 MST"))
|
||||
lines[len(lines)-1] = last
|
||||
body = strings.Join(lines, "\n")
|
||||
rel.Body = &body
|
||||
|
|
Loading…
Reference in a new issue