Skip to content

Commit

Permalink
Fixed capitalization in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJeng committed Sep 22, 2014
1 parent d5ff2cf commit 5e1fcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/check_sauce_creds.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = function (grunt) {

// Pull Requests do not have secure variables enabled for security reasons.
// Pull requests do not have secure variables enabled for security reasons.
// Use this task before launching travis-sauce-browser task, so it would
// exit early and won't try connecting to saucelabs without credentials.
// exit early and won't try connecting to SauceLabs without credentials.
grunt.registerTask('check-sauce-creds', function () {
if (process.env.SAUCE_USERNAME === undefined) {
grunt.log.writeln('No sauce credentials found');
Expand Down

0 comments on commit 5e1fcbd

Please sign in to comment.