Skip to content

Commit

Permalink
Tweak a message
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply committed May 15, 2019
1 parent 62a4006 commit 1732df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (a *AutoCloser) closeIssues() error {
return errors.New("Error posting a comment: " + resp.Status)
}

fmt.Println("Closed an issue:\n" + oldIssues[i].Title)
fmt.Println("Closed issue:\n" + oldIssues[i].Title)

time.Sleep(1 * time.Second)
}
Expand Down

0 comments on commit 1732df8

Please sign in to comment.