Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ac93c49

Browse files
Merge branch 'master' into fixes/empty-task-queue
2 parents e7c2a8c + 8cd7062 commit ac93c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void Run()
138138
RestartRepository();
139139
}
140140

141-
progress.UpdateProgress(100, 100, "Initialization failed");
141+
progress.UpdateProgress(100, 100, "Initialized");
142142
}
143143
catch (Exception ex)
144144
{

0 commit comments

Comments
 (0)