textmate / ruby.tmbundle

TextMate support for Ruby
178 stars 90 forks source link

'Reformat Document' error: "execve: No such file or directory" #142

Open tannie opened 2 years ago

tannie commented 2 years ago

This is caused by a missing '/' on line 8 in: Commands/Reformat%20Document.tmCommand <string>#!usr/bin/env ruby18

(easily fixed for myself, figured I'd report it anyway)