extra_docs/Configuration.md in dragonfly-0.9.10 vs extra_docs/Configuration.md in dragonfly-0.9.11
- old
+ new
@@ -70,10 +70,10 @@
job.image? ? 'image yo' : 'not an image'
}
# When using ImageMagick only...
c.convert_command = "/opt/local/bin/convert" # defaults to "convert"
- c.identify_command = "/opt/local/bin/convert" # defaults to "convert"
+ c.identify_command = "/opt/local/bin/identify" # defaults to "identify"
c.log_commands = true # defaults to false
end
Where is configuration done?
----------------------------