Skip to content

Commit

Permalink
Add missing pull_if_missing action from image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 8, 2014
1 parent f78094b commit cdb290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/image.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
actions :build, :build_if_missing, :import, :insert, :load, :pull, :push, :remove, :save, :tag
actions :build, :build_if_missing, :import, :insert, :load, :pull, :pull_if_missing, :push, :remove, :save, :tag

default_action :pull

Expand Down

0 comments on commit cdb290b

Please sign in to comment.