Skip to content

Commit

Permalink
Fix typo in cli.js, getAgentsInfo -> getAgents.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Jun 19, 2012
1 parent 87a6197 commit 681e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -215,7 +215,7 @@ function runBatch(options) {
// If we connected to a server, we would list
// the current agents.

client.getAgentInfo(function (err, agents) {
client.getAgents(function (err, agents) {
if (err) {
throw err;
}
Expand Down

0 comments on commit 681e42d

Please sign in to comment.