From 59c296e56447eec8e0053b699865ca2ba4c5c30b Mon Sep 17 00:00:00 2001 From: syscrusher Date: Mon, 23 May 2016 16:58:49 -0500 Subject: [PATCH] bugfix: complete command requires ruby18. Fixes issues #27. --- Commands/Complete.tmCommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/Complete.tmCommand b/Commands/Complete.tmCommand index 4a8d36a..93d4084 100644 --- a/Commands/Complete.tmCommand +++ b/Commands/Complete.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand nop command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "open3"