File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/ResourceManager/StorageSync/Commands.StorageSync Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Current Release
22
+ * Fixed a typo in the progress message.
22
23
23
24
## Version 0.1.2
24
25
* Updated list of unsupported file name characters.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ internal class NamespaceEstimationProgressReporter : ProgressReporter
139
139
{
140
140
protected override int ActivityId => 2 ;
141
141
protected override string ActivityDescription => "Analyzing storage sync compatibility" ;
142
- protected override string ActivityStatus => "Preparing to run the analyzis " ;
142
+ protected override string ActivityStatus => "Preparing to run the analysis " ;
143
143
144
144
public NamespaceEstimationProgressReporter ( ICmdlet cmdlet ) : base ( cmdlet , withProgressBar : false )
145
145
{
You can’t perform that action at this time.
0 commit comments