Skip to content

Commit

Permalink
added TODO for hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Nov 4, 2015
1 parent c877deb commit ca12835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func (w *Dispatcher) Work() {
}

log.Printf("[INF]: Update for %s installed successfully. [hash: %s] [files written: %d]", w.config.Name, meta.Hash, filesWritten)
// TODO(ChrisMcKenzie): hashes should be stored somewhere more
// permanent.
w.hash = meta.Hash
} else {
log.Printf("[INF]: %s is up to date", w.config.Name)
Expand Down

0 comments on commit ca12835

Please sign in to comment.