small-ops 0.0.41 → 0.0.42

Sign up to get free protection for your applications and to get access to all the features.
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: