Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from sous-chefs/fix-nil
Browse files Browse the repository at this point in the history
fix nil
  • Loading branch information
tas50 committed Feb 24, 2017
2 parents e5f5472 + 781b6da commit 28b6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/file.rb
Expand Up @@ -19,7 +19,7 @@
property :size, Integer
property :persist, [TrueClass, FalseClass], default: false
property :timeout, Integer, default: 600
property :swappiness, Integer, default: nil
property :swappiness, Integer

action :create do
command = swap_creation_command
Expand Down

0 comments on commit 28b6e7e

Please sign in to comment.