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

Commit 8cd7062

Browse files
author
Andreia Gaita
authored
Merge pull request #878 from github-for-unity/fix-initialization-progress-reporting
Correcting initialization string
2 parents 3ae01b3 + 797ffb9 commit 8cd7062

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)