Skip to content

Commit 0ba828c

Browse files
committed
Fixed date
1 parent 4192e52 commit 0ba828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ gh_toc(){
148148
local dt=`date +'%F_%H%M%S'`
149149
local ext=".orig.${dt}"
150150
local toc_path="${gh_src}.toc.${dt}"
151-
local toc_footer="<!-- Added by: `whoami`, at: `date --iso-8601='minutes'` -->"
151+
local toc_footer="<!-- Added by: `whoami`, at: `date` -->"
152152
# http://fahdshariff.blogspot.ru/2012/12/sed-mutli-line-replacement-between-two.html
153153
# clear old TOC
154154
sed -i${ext} "/${ts}/,/${te}/{//!d;}" "$gh_src"

0 commit comments

Comments
 (0)