Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #439 from lacostej/missing_app_review_information
Browse files Browse the repository at this point in the history
Hide app_review_information.demo_password
  • Loading branch information
Sam Robbins committed Mar 2, 2016
2 parents 892bf00 + b012d38 commit 8d2ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deliver/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def initialize(options)
self.options = options
login
Deliver::DetectValues.new.run!(self.options)
FastlaneCore::PrintTable.print_values(config: options, hide_keys: [:app], title: "deliver #{Deliver::VERSION} Summary")
FastlaneCore::PrintTable.print_values(config: options, hide_keys: [:app], mask_keys: ['app_review_information.demo_password'], title: "deliver #{Deliver::VERSION} Summary")
end

def login
Expand Down

0 comments on commit 8d2ff94

Please sign in to comment.