diff options
author | elijah <elijah@riseup.net> | 2013-09-21 16:52:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-09-21 16:52:55 -0700 |
commit | d8b9ab39d333de6494e5006b3ba4abf4b8901bca (patch) | |
tree | 96ab672b90c6399116b5d643c036eecec14b218f /platform.rb | |
parent | 5e582cbf9e2cd135009965433b4cd2a7747732ed (diff) |
ensure that contacts.default is an array, and is required (requires latest leap_cli).
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.rb b/platform.rb index c68aac86..60b0d9a5 100644 --- a/platform.rb +++ b/platform.rb @@ -4,7 +4,7 @@ Leap::Platform.define do self.version = "0.2.4" - self.compatible_cli = "1.2.3".."1.99" + self.compatible_cli = "1.2.4".."1.99" # # the facter facts that should be gathered |