diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 15:41:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 15:41:59 +0100 |
commit | 0a37f91b04b5079c2263e4e7c4fdf0a8f2bb0eb6 (patch) | |
tree | c8d047792687de0e69c81d1b3c4e4899ebd5c388 | |
parent | f11f8d44ba5a276e5c0bdcb7c1da8b731e48adcd (diff) | |
download | jenkins.debian.net-0a37f91b04b5079c2263e4e7c4fdf0a8f2bb0eb6.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
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 |