mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 13:44:18 +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:") {
|
if !strings.HasPrefix(last, "Last updated:") {
|
||||||
log.Fatal("Release body is not what I expected. Abort!")
|
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
|
lines[len(lines)-1] = last
|
||||||
body = strings.Join(lines, "\n")
|
body = strings.Join(lines, "\n")
|
||||||
rel.Body = &body
|
rel.Body = &body
|
||||||
|
|
Loading…
Add table
Reference in a new issue