summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmain.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.rb b/main.rb
index c133181..287e4da 100755
--- a/main.rb
+++ b/main.rb
@@ -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