]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
Fix comment
authorOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:37:21 +0000 (08:37 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:37:21 +0000 (08:37 +0400)
update

diff --git a/update b/update
index 760c3e391f14df5d7afbd62ec5e3fd3affcf201d..d668175cdfa160f01965c579877ea717ff709cf1 100755 (executable)
--- 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
 
 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 &&
 
 rsync -ahP "$current"/html/html.py "$current"/html/html.tmpl \
            "$current"/html/redirect.py "$current"/html/redirect.tmpl html &&