From: Oleg Broytman Date: Tue, 20 May 2014 04:37:21 +0000 (+0400) Subject: Fix comment X-Git-Tag: v0.1~15 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=c7e506be9b8c785dbdfae35247e5f3ed5c0e90f0;hp=9379ed3a21cf6aaacc9c3d3a2f6349aa22b7d3ee;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git Fix comment --- diff --git a/update b/update index 760c3e3..d668175 100755 --- a/update +++ b/update @@ -20,7 +20,7 @@ git pull --ff-only current master && web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web -# Copy search_tags.* with timestamp to avoid rebuilding +# Copy templates and generated files with timestamps to avoid rebuilding rsync -ahP "$current"/html/html.py "$current"/html/html.tmpl \ "$current"/html/redirect.py "$current"/html/redirect.tmpl html &&