Skip to content

Commit

Permalink
taking nicer ||=
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 9, 2014
1 parent 82c4cdc commit 13b12c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/clone_system.rb
Expand Up @@ -11,7 +11,7 @@
module Yast
class CloneSystemClient < Client
# FIXME: unify with conftree.rb
ALWAYS_CLONABLE_MODULES = ["software", "partitioning", "bootloader"] unless defined? ALWAYS_CLONABLE_MODULES
ALWAYS_CLONABLE_MODULES ||= ["software", "partitioning", "bootloader"]

def main
Yast.import "AutoinstClone"
Expand Down

0 comments on commit 13b12c8

Please sign in to comment.