From e3ec56210b02363461e7a76615e0494d3f844b6a Mon Sep 17 00:00:00 2001 From: Dillon Buchanan Date: Tue, 28 Jul 2015 08:55:54 -0400 Subject: [PATCH] Update get.rb to remove 'puts' Remove the 'puts' dump of the options as it makes piping the output more difficult. Maybe better to add a verbosity flag and debug prints? --- lib/zanzibar/actions/get.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/zanzibar/actions/get.rb b/lib/zanzibar/actions/get.rb index 761bca8..dd70880 100644 --- a/lib/zanzibar/actions/get.rb +++ b/lib/zanzibar/actions/get.rb @@ -26,8 +26,6 @@ module Zanzibar def fetch_secret(scrt_id, label = nil) scrt = ::Zanzibar::Zanzibar.new(@zanzibar_options) - puts @zanzibar_options - if label scrt.download_secret_file(scrt_id: scrt_id, type: label)