summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index e095db2..0fdbe99 100755
--- a/build.py
+++ b/build.py
@@ -96,7 +96,7 @@ def main():
cur.execute("""INSERT INTO builds
(source, version, buildarch, hostarch, success,
starttime, filename)
- VALUES (?, ?, ?, ?, ?, ?);""",
+ VALUES (?, ?, ?, ?, ?, ?, ?);""",
(source, version, 'amd64', architecture, success,
timestamp, filename))
if requestid is not None: