Skip to content

Commit 59c296e

Browse files
committed
bugfix: complete command requires ruby18. Fixes issues #27.
1 parent d95f487 commit 59c296e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Complete.tmCommand

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>#!/usr/bin/env ruby
8+
<string>#!/usr/bin/env ruby18
99
1010
require "open3"
1111

0 commit comments

Comments
 (0)