summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-21 20:18:12 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-21 20:18:12 +0000
commita2892d8ecd4e3651d83179223f8de882feec3202 (patch)
tree4ebf5d1d9d2c9ab2ee5bba063156eb6fe10601b7
parentfc6852b23cbffeebaf35c9676c76055cc49917d3 (diff)
Fixes missing dashHEADmaster
-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