mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
spacing
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user