small-ops 0.0.27 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/log2stash +1 -1
  2. metadata +1 -1
@@ -60,7 +60,7 @@ s = TCPSocket.new @options[:logstash].split(":").first, @options[:logstash].spli
60
60
  if @options[:foreground] && @options[:input] then
61
61
  `tail -f #{@options[:input]} | log2stash --logstash #{@options[:logstash]}`
62
62
  elsif @options[:input] then
63
- `cat #{@options[:input]} | bin/log2stash --logstash #{@options[:logstash]}`
63
+ `cat #{@options[:input]} | log2stash --logstash #{@options[:logstash]}`
64
64
  elsif @options[:message] then
65
65
  s.puts log(@options[:message])
66
66
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: small-ops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: