Skip to content

Commit

Permalink
pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 10, 2024
1 parent 6b32abb commit 052984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
action :configure do
# nofile settings
hard = new_resource.hard
soft = new_resource.soft
soft = new_resource.soft

# hard
execute "ulimit -Hn #{hard}" do
Expand Down
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
default_action :configure

attribute :soft, kind_of: Integer, default: 65535
attribute :hard, kind_of: Integer, default: 65535
attribute :hard, kind_of: Integer, default: 65535

0 comments on commit 052984f

Please sign in to comment.