Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49ea9ab9fa | ||
|
|
60e0d52ab4 | ||
|
|
e3ec56210b |
@@ -26,8 +26,6 @@ module Zanzibar
|
|||||||
def fetch_secret(scrt_id, label = nil)
|
def fetch_secret(scrt_id, label = nil)
|
||||||
scrt = ::Zanzibar::Zanzibar.new(@zanzibar_options)
|
scrt = ::Zanzibar::Zanzibar.new(@zanzibar_options)
|
||||||
|
|
||||||
puts @zanzibar_options
|
|
||||||
|
|
||||||
if label
|
if label
|
||||||
scrt.download_secret_file(scrt_id: scrt_id,
|
scrt.download_secret_file(scrt_id: scrt_id,
|
||||||
type: label)
|
type: label)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# The version of the gem
|
# The version of the gem
|
||||||
module Zanzibar
|
module Zanzibar
|
||||||
VERSION = '0.1.20'
|
VERSION = '0.1.21'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user