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/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=c7e506be9b8c785dbdfae35247e5f3ed5c0e90f0 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 &&