ipa-server-install inconsistent capitalization

A cosmetic patch to IPA server installation output aimed to make
capitalization in installer output consistent. Several installation
tasks started with a lowercase letter and several installation
task steps started with an uppercase letter.

https://fedorahosted.org/freeipa/ticket/776
This commit is contained in:
Martin Kosek
2011-02-02 16:24:30 +01:00
committed by Rob Crittenden
parent c9ff669cdd
commit 4880598fbd
4 changed files with 10 additions and 10 deletions

View File

@@ -280,7 +280,7 @@ class DsInstance(service.Service):
self.__setup_sub_dict()
self.__common_setup()
self.step("Setting up initial replication", self.__setup_replica)
self.step("setting up initial replication", self.__setup_replica)
self.step("adding replication acis", self.__add_replication_acis)
self.__common_post_setup()