bin/metrics-couchbase.rb in sensu-plugins-couchbase-0.3.0 vs bin/metrics-couchbase.rb in sensu-plugins-couchbase-1.0.0

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env ruby bin_dir = File.expand_path(File.dirname(__FILE__)) -shell_script_path = File.join(bin_dir, File.basename($PROGRAM_NAME, '.rb') + '.sh') +shell_script_path = File.join(bin_dir, File.basename($PROGRAM_NAME, '.rb') + '.py') exec shell_script_path, *ARGV