Skip to content

Commit

Permalink
Refactoring flashlight ui
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Feb 20, 2015
1 parent 6177628 commit 56e00c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamlconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (m *Manager) processUpdates() {
select {
case delta := <-m.deltasCh:
log.Trace("Apply delta")
updated, err := m.copy(m.cfg)
updated, err := m.copy(m.getCfg())
err = delta.mutate(updated)
if err != nil {
delta.errCh <- err
Expand Down

0 comments on commit 56e00c6

Please sign in to comment.