lib/rundock/plugin/operation/deploy.rb in rundock-1.2.0 vs lib/rundock/plugin/operation/deploy.rb in rundock-1.2.1
- old
+ new
@@ -106,9 +106,10 @@
def extract_map(backend, binding, args)
map = {}
binding.each do |k, v|
next unless v.key?(:value)
+
bind_key = assign_args(k.to_s, args)
bind_type = assign_args(v[:type].to_s, args)
bind_value = assign_args(v[:value].to_s, args)
# write types other than the command here