From 0a37f91b04b5079c2263e4e7c4fdf0a8f2bb0eb6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Jan 2015 15:41:59 +0100 Subject: fix typo --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf