Skip to content

Commit 9154e7d

Browse files
committed
Rubocop fixes
1 parent f08c560 commit 9154e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/stage_buildpack_task.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def copy_task(source, target)
3939
cp t.source, t.name
4040

4141
if t.source.start_with? 'bin'
42-
chmod 0755, t.name
42+
chmod 0o755, t.name
4343
else
44-
chmod 0644, t.name
44+
chmod 0o644, t.name
4545
end
4646
end
4747

0 commit comments

Comments
 (0)