Skip to content

Commit

Permalink
Support go1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 7, 2017
1 parent 59e8879 commit d400b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion https/letsencrypt/lets.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (m *Manager) CacheFile(name string) error {
}
}
go func() {
for range m.Watch() {
for _ = range m.Watch() {
err := ioutil.WriteFile(name, []byte(m.Marshal()), 0600)
if err != nil {
log.Printf("writing letsencrypt cache: %v", err)
Expand Down

0 comments on commit d400b8f

Please sign in to comment.