diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-29 07:46:57 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-29 07:47:15 -0500 |
commit | bbb85a2014a200c7a8088cf33a1ddaff75d6655d (patch) | |
tree | 0e53d41d03bacc6fe223f1f163d8fa2b86f18d0f /Makefile.am | |
parent | 46e44f86067b7f77c3f71cb7ac57456434e354dc (diff) | |
download | sssd-bbb85a2014a200c7a8088cf33a1ddaff75d6655d.tar.gz sssd-bbb85a2014a200c7a8088cf33a1ddaff75d6655d.tar.xz sssd-bbb85a2014a200c7a8088cf33a1ddaff75d6655d.zip |
Fix typo in script name
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 99dbbd2a7..6ec41eea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,7 +185,7 @@ dist_noinst_SCRIPTS = \ src/config/SSSDConfig.py \ src/config/SSSDConfigTest.py \ src/config/sssd_upgrade_config.py \ - src/contrib/rhel/upgrade_debug_levels.py \ + src/contrib/rhel/update_debug_levels.py \ src/tests/pyhbac-test.py dist_noinst_DATA = \ |