Skip to content

Commit

Permalink
Use plain ruby instead of rvm-auto-ruby in commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravasthi committed May 12, 2018
1 parent f10376c commit b3ff76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Validate HTML.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/usr/bin/env rvm-auto-ruby
<string>#!/usr/bin/env ruby
STDOUT.sync = true
page = STDIN.read
Expand Down

0 comments on commit b3ff76b

Please sign in to comment.