Skip to content

Commit

Permalink
fix reference to instance configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markrebec committed Mar 2, 2019
1 parent 1445805 commit 9af5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/canfig/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def configuration
end

def configure(&block)
@configuration.configure &block
configuration.configure &block
end
end
end

0 comments on commit 9af5a69

Please sign in to comment.