Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarsen committed Aug 8, 2020
1 parent ffa633a commit d0b76b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions collectors/redshift.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ class Redshift < Mapper
#
# Returns an array of resources.
#
# TODO: test live
#
def collect
resources = []

Expand Down
3 changes: 3 additions & 0 deletions recon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def collect(service, region)
@resources.concat(collection) if @options.output_file
end

#
# main wrapper
#
begin
#
# global services
Expand Down

0 comments on commit d0b76b9

Please sign in to comment.