Skip to content

Commit

Permalink
improvement from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 8, 2015
1 parent d058ab6 commit 36621ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/packages/src/modules/PackageCallbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,7 @@ def load_config
def autoeject
load_config unless @config

@config["automatic_eject"] || false
@config.fetch("automatic_eject", false)
end

def store_autoeject(value)
Expand Down

0 comments on commit 36621ba

Please sign in to comment.