roundsman-sgonyea 0.1.0.3 → 0.1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/roundsman/capistrano.rb +1 -1
- data/lib/roundsman/version.rb +1 -1
- metadata +1 -1
data/lib/roundsman/capistrano.rb
CHANGED
@@ -245,7 +245,7 @@ require 'tempfile'
|
|
245
245
|
def generate_attributes
|
246
246
|
attrs = remove_procs_from_hash variables.dup
|
247
247
|
|
248
|
-
remove_attrs = fetch(:roundsman_skip_attrs)
|
248
|
+
remove_attrs = fetch(:roundsman_skip_attrs) if variables.has_key?(:roundsman_skip_attrs)
|
249
249
|
|
250
250
|
find_servers_for_task(current_task).each do |current_server|
|
251
251
|
server_conf = attrs.merge(current_server.options)
|
data/lib/roundsman/version.rb
CHANGED