Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from ngtuna/refactor-watcher
Browse files Browse the repository at this point in the history
Refactor watcher
  • Loading branch information
ngtuna committed Jul 13, 2017
2 parents c1ca5b4 + 894b227 commit 4ac16d6
Show file tree
Hide file tree
Showing 1,737 changed files with 375,506 additions and 459,192 deletions.
1,089 changes: 394 additions & 695 deletions Godeps/Godeps.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/client/run.go
Expand Up @@ -41,5 +41,5 @@ func Run(conf *config.Config) {
log.Fatal(err)
}

controller.Controller(conf, eventHandler)
controller.Start(conf, eventHandler)
}

0 comments on commit 4ac16d6

Please sign in to comment.