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

Commit

Permalink
rubocop: Use 0o for octal literals.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Zoest committed Jul 1, 2016
1 parent 30e77bc commit e3bb766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
path node['sysctl']['conf_dir']
owner 'root'
group 'root'
mode 0755
mode 0o755
action :create
only_if { node['sysctl']['conf_dir'] }
end
Expand Down

0 comments on commit e3bb766

Please sign in to comment.