summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-03-22 11:20:07 -0700
committerBrian C. Lane <bcl@redhat.com>2012-03-22 16:10:31 -0700
commitc8fe29645c57ef7f53618444003fc7399cc63f54 (patch)
treeea101d6a23db2f6f46afb473a793ecb6784103ed /scripts
parent809bfdf36c9a8d10b272165594d94bb2f190eadc (diff)
downloadanaconda-c8fe29645c57ef7f53618444003fc7399cc63f54.tar.gz
anaconda-c8fe29645c57ef7f53618444003fc7399cc63f54.tar.xz
anaconda-c8fe29645c57ef7f53618444003fc7399cc63f54.zip
fix typo in makeupdates
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makeupdates2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates
index 7b96e0064..b793e6218 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -143,7 +143,7 @@ def copyUpdatedFiles(tag, updates, cwd):
elif file.endswith('.service') or file.endswith(".target"):
# same for systemd services
install_to_dir(file, "lib/systemd/system")
- elif file.endswith('/anaconda-generator')
+ elif file.endswith('/anaconda-generator'):
# yeah, this should probably be more clever..
install_to_dir(file, "lib/systemd/system-generators")
elif file.find('/') != -1: