Skip to content

Commit

Permalink
v5.4.1 Remove printing of encrypted secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrtofsaturn committed Jun 15, 2016
1 parent 2ecf907 commit a6342fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/templates/src/jobs/list-events-by-user/_job.coffee
Expand Up @@ -4,7 +4,6 @@ _ = require 'lodash'

class ListEventsByUser
constructor: ({@encrypted}) ->
console.log '@encrypted', JSON.stringify @encrypted
@github = new Github
debug: true
@github.authenticate type: 'oauth', token: @encrypted.secrets.credentials.secret
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-endo",
"version": "5.4.0",
"version": "5.4.1",
"description": "A generator for Yeoman",
"keywords": [
"yeoman-generator"
Expand Down

0 comments on commit a6342fe

Please sign in to comment.