lib/evernote_editor/editor.rb in evernote-editor-0.1.1 vs lib/evernote_editor/editor.rb in evernote-editor-0.1.2

- old
+ new

@@ -60,10 +60,10 @@ say "" end def edit_note - found_notes = search_notes + found_notes = search_notes(@title) return unless found_notes if found_notes.empty? say "No notes were found matching '#{@title}'" return end