summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-01 10:38:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-01 10:38:18 +0200
commite2e0d5bacd85cf75e3f77e9db052e17a1173b176 (patch)
tree479fc618cfd0082d84d7bf43dc5a56ee21b70a27 /bin/reproducible_db_maintenance.py
parentb1782c09a036dccb238842174eb5eaf882069fcf (diff)
downloadjenkins.debian.net-e2e0d5bacd85cf75e3f77e9db052e17a1173b176.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_db_maintenance.py')
-rwxr-xr-xbin/reproducible_db_maintenance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index f69e83b8..1bfddcff 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -361,7 +361,7 @@ schema_updates = {
architecture TEXT NOT NULL,
PRIMARY KEY (name, suite, architecture))''',
'INSERT INTO rb_schema VALUES ("11", "' + now + '")'],
- 12: [ # refactor the artifacts handling, splitting artifacts savind from
+ 12: [ # refactor the artifacts handling, splitting artifacts saving from
# IRC notification
'ALTER TABLE schedule ADD COLUMN notify TEXT',
'INSERT INTO rb_schema VALUES ("12", "' + now + '")'],