summaryrefslogtreecommitdiff
path: root/kbas
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-02-18 13:18:37 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-02-18 13:18:37 +0000
commit7cd7485331840baf60b755e4a36e83d4bac874b6 (patch)
treefcb598a88febcdf9a212a8b7c26c9fd7596a2be5 /kbas
parent538211b5ee923b4133c9e1c1e701c9749bfca46a (diff)
downloadybd-7cd7485331840baf60b755e4a36e83d4bac874b6.tar.gz
Files => Artifacts
Diffstat (limited to 'kbas')
-rwxr-xr-xkbas/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbas/__main__.py b/kbas/__main__.py
index 1926f29..5d426df 100755
--- a/kbas/__main__.py
+++ b/kbas/__main__.py
@@ -107,7 +107,7 @@ class KeyedBinaryArtifactServer(object):
started = app.config['start-time'].strftime('%y-%m-%d %H:%M:%S')
content = [['Started:', started]]
content += [['Space:', str(free) + 'GB']]
- content += [['Files:', str(artifacts)]]
+ content += [['Artifacts:', str(artifacts)]]
return template('kbas',
title='KBAS status',
content=content,