lib/desoto-photoapp/photo.rb in desoto-photoapp-0.1.4 vs lib/desoto-photoapp/photo.rb in desoto-photoapp-0.1.5

- old
+ new

@@ -59,10 +59,10 @@ with_url.write print_dest cleanup end def add_to_photos - `automator -i #{config['print']} #{Photoapp.gem_dir("lib/import-photos.workflow")}` + `open -a Photos #{config['print']}` end def cleanup watermark.destroy! with_url.destroy!