small-ops 0.0.41 → 0.0.42

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/fige +2 -2
  2. metadata +1 -1
data/bin/fige CHANGED
@@ -130,13 +130,13 @@ apps.each {|k|
130
130
  cmd << @options[:append]
131
131
  end
132
132
 
133
- cmd << " -t #{yml[k]['image']} "
133
+ cmd << " #{yml[k]['image']} "
134
134
 
135
135
  if yml[k].has_key? "command" then
136
136
  cmd << " #{yml[k]["command"]} "
137
137
  end
138
138
 
139
- if !@options[:dray] && @options[:update] then
139
+ if !@options[:dry] && @options[:update] then
140
140
  `docker pull #{yml[k]['image']} > /dev/null 2>&1`
141
141
  end
142
142
 
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.41
4
+ version: 0.0.42
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: