Skip to content

Commit

Permalink
fix missed NewRunner rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Feb 26, 2014
1 parent 9aa5f95 commit 4df9207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/droned/drone.go
Expand Up @@ -122,7 +122,7 @@ func setupStatic() {

// setup routes for serving dynamic content.
func setupHandlers() {
queueRunner := queue.NewRunner(docker.New(), 300*time.Second)
queueRunner := queue.NewBuildRunner(docker.New(), 300*time.Second)
queue := queue.Start(runtime.NumCPU(), queueRunner)

hookHandler := handler.NewHookHandler(queue)
Expand Down

0 comments on commit 4df9207

Please sign in to comment.