aboutsummaryrefslogtreecommitdiffstats
path: root/lem
diff options
context:
space:
mode:
Diffstat (limited to 'lem')
-rwxr-xr-xlem2
1 files changed, 1 insertions, 1 deletions
diff --git a/lem b/lem
index 90ed0fe..9bd1586 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", "$msg" >> "$F_PATH"
+printf "# %s" "$msg" >> "$F_PATH"
$VIM "$F_PATH"