lib/foreplay/engine/step.rb in foreplay-0.17.0 vs lib/foreplay/engine/step.rb in foreplay-0.17.1
- old
+ new
@@ -40,10 +40,10 @@
@commands << "echo \"#{l.remove_trailing_newline.escape_double_quotes}\" #{redirect} #{filename}"
end
end
def instructions_hash
- header? ? { header => instructions[key] } : instructions[key]
+ header? ? { header => instructions[key] } : instructions[key]
end
def instructions_yaml
YAML.dump instructions_hash
end