summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-06 00:00:26 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-06-06 00:27:22 +0000
commit5f7f5301903123b60021e1bc1ba0e85d9528f012 (patch)
tree3490e41e083b158acfee68c29fd83c70314bc69d /ybd.py
parent7c94b5c02880fbd756236402ec183031aad6bf8b (diff)
downloadybd-5f7f5301903123b60021e1bc1ba0e85d9528f012.tar.gz
ybd always lower case from now on, and some text tweaks
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd.py b/ybd.py
index e995f34..a7b377c 100755
--- a/ybd.py
+++ b/ybd.py
@@ -38,7 +38,7 @@ else:
arch = platform.machine()
with app.setup(target, arch):
- with app.timer('TOTAL', 'YBD starts, version %s' %
+ with app.timer('TOTAL', 'ybd starts, version %s' %
app.settings['ybd-version']):
app.log('TARGET', 'Target is %s' % os.path.join(app.settings['defdir'],
target), arch)