Skip to content

Commit

Permalink
Remove unnecessary executable permission bit from Ruby file (#194)
Browse files Browse the repository at this point in the history
The file is not executed directly, so remove the permission bit.
  • Loading branch information
jdufresne authored May 15, 2024
1 parent 1b687d8 commit 94610fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rack/timeout/support/scheduler.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
require_relative "namespace"
require_relative "monotonic_time"

Expand Down

0 comments on commit 94610fd

Please sign in to comment.