Skip to content

Commit

Permalink
Minor method doco fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 4, 2013
1 parent ed44666 commit bf475ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jenkins.js
Expand Up @@ -11,7 +11,7 @@ var _ = require('underscore'),
*
* @param {String} url: Jenkins URL, fallback to JENKINS_URL environment variable, otherwise default to http://localhost:8080
* @param {Object} opts: optional
* - proxy server URL in format http://user:pass@host:port
* - proxy: proxy server URL in format http://user:pass@host:port
*/
function Jenkins(url, opts) {
opts = opts || {};
Expand Down

0 comments on commit bf475ab

Please sign in to comment.