Skip to content

Commit b235367

Browse files
committed
Update job stats string to use UMAPI not Umapi (review suggestion).
1 parent 756c7dc commit b235367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sync/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run(self, directory_groups, directory_connector, umapi_connectors):
163163
self.read_desired_user_groups(directory_groups, directory_connector)
164164
load_directory_stats.log_end(logger)
165165

166-
umapi_stats = JobStats('Sync Umapi' if self.sync_umapi else 'Push to Umapi', divider="-")
166+
umapi_stats = JobStats('Sync with UMAPI' if self.sync_umapi else 'Push to UMAPI', divider="-")
167167
umapi_stats.log_start(logger)
168168
if directory_connector is not None:
169169
if self.sync_umapi:

0 commit comments

Comments
 (0)