diff options
-rwxr-xr-x | main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ end open(QUICKNOTE_PATH, 'a') do |f| if comment - f << "#{comment}: [#{title_out}](#{url})" + "\n" + f << "- #{comment}: [#{title_out}](#{url})" + "\n" else f << "- [#{title_out}](#{url})" + "\n" end |