From 1a16144be84d824898c3b413854c48f51cf77534 Mon Sep 17 00:00:00 2001 From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Mon, 26 Aug 2013 16:46:16 -0300 Subject: [PATCH] update_mirror.sh: Fix path to le-publish.sh Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> --- bin/update_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_mirror.sh b/bin/update_mirror.sh index b5302c3ee..544d1432c 100755 --- a/bin/update_mirror.sh +++ b/bin/update_mirror.sh @@ -26,7 +26,7 @@ # it. TMPDIR=$(mktemp -d --tmpdir=/tmp) -PUBLISHSCRIPT="$(dirname $0)/le-publica.sh" +PUBLISHSCRIPT="$(dirname $0)/le-publish.sh" HOST="http://windu.c3sl.ufpr.br/le" function clean() { -- GitLab