diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-21 20:18:12 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-21 20:18:12 +0000 |
commit | a2892d8ecd4e3651d83179223f8de882feec3202 (patch) | |
tree | 4ebf5d1d9d2c9ab2ee5bba063156eb6fe10601b7 | |
parent | fc6852b23cbffeebaf35c9676c76055cc49917d3 (diff) |
-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 |