Skip to content

Commit

Permalink
Bundles -- pass the callers options to #default
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Jun 18, 2008
1 parent 3de3f49 commit 89d43d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/lib/hobo/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialize(*args)
self.name = args.first || self.class.name.match(/[^:]+$/)[0].underscore
Bundle.bundles[name] = self

options = defaults.with_indifferent_access
options = defaults(caller_options).with_indifferent_access
options.recursive_update(caller_options)

@renames, @options = separate_renames(options)
Expand Down

0 comments on commit 89d43d2

Please sign in to comment.