Skip to content

Commit

Permalink
Fix space actions initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez authored and ancorgs committed Feb 26, 2024
1 parent cff463b commit 4968889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2storage/proposal_space_settings.rb
Expand Up @@ -105,7 +105,7 @@ def self.delete_modes

def initialize
@strategy = :auto
@actions = []
@actions = {}
end

# Whether the settings disable deletion of a given type of partitions
Expand Down

0 comments on commit 4968889

Please sign in to comment.