summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 15:41:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 15:41:59 +0100
commit0a37f91b04b5079c2263e4e7c4fdf0a8f2bb0eb6 (patch)
treec8d047792687de0e69c81d1b3c4e4899ebd5c388 /bin/reproducible_html_graphs.sh
parentf11f8d44ba5a276e5c0bdcb7c1da8b731e48adcd (diff)
downloadjenkins.debian.net-0a37f91b04b5079c2263e4e7c4fdf0a8f2bb0eb6.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index d252e8e5..e80b97f4 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -58,7 +58,7 @@ if [ -z $RESULT ] ; then
# FIXME: hard-coding another job path is meh
NOTES=$(grep -c -v "^ " /var/lib/jenkins/jobs/reproducible_html_notes/workspace/packages.yml)
ISSUES=$(grep -c -v "^ " /var/lib/jenkins/jobs/reproducible_html_notes/workspace/issues.yml)
- sqlite3 -init ${INIT} ${PACKAGES_DB} "INSERT INTO ${TABLE[4]} VALUES (\"$DATE\", \"$NOTES\", \"$ISSUES\")
+ sqlite3 -init ${INIT} ${PACKAGES_DB} "INSERT INTO ${TABLE[4]} VALUES (\"$DATE\", \"$NOTES\", \"$ISSUES\")"
fi
# query bts