diff --git a/Commands/Build.tmCommand b/Commands/Build.tmCommand index 2a55068..5616618 100644 --- a/Commands/Build.tmCommand +++ b/Commands/Build.tmCommand @@ -7,10 +7,10 @@ beforeRunningCommand saveModifiedFiles command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" -Go::go "build", :verb => "Building" +Go::go "build", :verb => "Building" input document inputFormat diff --git a/Commands/Documentation.tmCommand b/Commands/Documentation.tmCommand index 92cd95b..97c12bb 100644 --- a/Commands/Documentation.tmCommand +++ b/Commands/Documentation.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand saveModifiedFiles command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" Go::gogetdoc diff --git a/Commands/Install.tmCommand b/Commands/Install.tmCommand index 8eea558..a89b4ee 100644 --- a/Commands/Install.tmCommand +++ b/Commands/Install.tmCommand @@ -7,10 +7,10 @@ beforeRunningCommand saveModifiedFiles command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" -Go::go "install", :verb => "Installing" +Go::go "install", :verb => "Installing" input document inputFormat diff --git a/Commands/Lint.tmCommand b/Commands/Lint.tmCommand index a4405cc..0c2039b 100644 --- a/Commands/Lint.tmCommand +++ b/Commands/Lint.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand saveActiveFile command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" Go::golint diff --git a/Commands/MetaLinter.tmCommand b/Commands/MetaLinter.tmCommand index ad93c0e..7157449 100644 --- a/Commands/MetaLinter.tmCommand +++ b/Commands/MetaLinter.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand nop command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" Go::gometalinter diff --git a/Commands/Run.tmCommand b/Commands/Run.tmCommand index 9102e46..7d86543 100644 --- a/Commands/Run.tmCommand +++ b/Commands/Run.tmCommand @@ -7,10 +7,10 @@ beforeRunningCommand saveModifiedFiles command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" -Go::go "run", :verb => "Running" +Go::go "run", :verb => "Running" input document diff --git a/Commands/Test.tmCommand b/Commands/Test.tmCommand index 1e27564..ba2c9f8 100644 --- a/Commands/Test.tmCommand +++ b/Commands/Test.tmCommand @@ -7,10 +7,10 @@ beforeRunningCommand saveModifiedFiles command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" -Go::go "test", :verb => "Testing" +Go::go "test", :verb => "Testing" input document diff --git a/Commands/Vet.tmCommand b/Commands/Vet.tmCommand index bd9f47c..75ca575 100644 --- a/Commands/Vet.tmCommand +++ b/Commands/Vet.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand nop command - #!/usr/bin/env ruby + #!/usr/bin/env ruby18 require "#{ENV['TM_BUNDLE_SUPPORT']}/gomate" Go::go "vet", :verb => "Vetting"