Browse Source

Typo

pull/27/head
Louis 10 years ago
parent
commit
5f9da9ef4c
  1. 2
      songbook_core/build.py

2
songbook_core/build.py

@ -212,7 +212,7 @@ class SongbookBuilder(object):
self.build_sbx()
elif step == 'clean':
self.clean()
elif step.startswith("%"):
elif step.startswith("#"):
self.build_custom(step[1:])
else:
# Unknown step name

Loading…
Cancel
Save