summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 14:29:06 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 14:29:06 +0200
commit9adc605f98d474946c0f8c8e365aaa68a6abadd5 (patch)
treeb5535d6e5876dc3fd6029bcaaabeb795f0735b36
parent99c4ef52726f5d158a208b81fa3c4746a4060503 (diff)
downloadliw-ci-9adc605f98d474946c0f8c8e365aaa68a6abadd5.tar.gz
fix?
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index b836cdf..31692fb 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1339,7 +1339,7 @@ pipelines:
mkdir publish
cd src
./report.sh *.json
- mv obnam-benchmark.html> ../publish/index.html
+ mv obnam-benchmark.html ../publish/index.html
cat ../publish/index.html
find ../publish -type f -exec chmod 0644 '{}' +