Skip to content

Commit

Permalink
Merge pull request #5864 from spalger/rename/ClusterWorker
Browse files Browse the repository at this point in the history
[rename] Worker -> worker
  • Loading branch information
spalger committed Jan 9, 2016
2 parents 3dc1961 + 4587840 commit 5fa8118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cluster/cluster_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let { join } = require('path');
let { debounce, compact, invoke, bindAll, once } = require('lodash');

let Log = require('../Log');
let Worker = require('./Worker');
let Worker = require('./worker');

module.exports = class ClusterManager {
constructor(opts) {
Expand Down
File renamed without changes.

0 comments on commit 5fa8118

Please sign in to comment.