Skip to content

Commit

Permalink
bugfix: complete command requires ruby18. Fixes issues #27.
Browse files Browse the repository at this point in the history
  • Loading branch information
syscrusher committed May 23, 2016
1 parent d95f487 commit 59c296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Complete.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 ruby
<string>#!/usr/bin/env ruby18
require "open3"
Expand Down

0 comments on commit 59c296e

Please sign in to comment.