summaryrefslogtreecommitdiff
path: root/misc/tools/show-changes.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/show-changes.py')
-rwxr-xr-xmisc/tools/show-changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tools/show-changes.py b/misc/tools/show-changes.py
index 59f79b3e5..553eee58c 100755
--- a/misc/tools/show-changes.py
+++ b/misc/tools/show-changes.py
@@ -45,7 +45,7 @@ def main():
print('Did you forget to `git fetch --tags` perhaps?', file=sys.stderr)
sys.exit(1)
- ufoPrefix = 'src/Inter-UI-'
+ ufoPrefix = 'src/Inter-'
changes = OrderedDict()
deleted = []