aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-06-17 19:48:00 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-06-17 19:48:00 +0100
commit10889a700ccead3552a598645ae267bff32ba72a (patch)
tree982edbcd27f0c300dd62243db76b5067fc5f766e
parentd62a3bbc09568fe5a453d103e325ef809a634e40 (diff)
minor tweak
-rwxr-xr-xlem2
1 files changed, 1 insertions, 1 deletions
diff --git a/lem b/lem
index 6e266ad..66ab679 100755
--- a/lem
+++ b/lem
@@ -17,6 +17,6 @@ fi
STAMP="$(date +%G%m%d%H%M%S)"
F_PATH="$TARGET_DIR/$STAMP-$msg.md"
-printf "# %s\n\n", "$msg" >> "$F_PATH"
+printf "# %s", "$msg" >> "$F_PATH"
$VIM "$F_PATH"