File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Common/Commands.Common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ protected static void InitializeDataCollectionProfile()
95
95
{
96
96
if ( string . Equals ( value , bool . FalseString , StringComparison . OrdinalIgnoreCase ) )
97
97
{
98
- // Disable data collection only if it is explictly set to 'false'.
98
+ // Disable data collection only if it is explicitly set to 'false'.
99
99
_dataCollectionProfile = new AzurePSDataCollectionProfile ( true ) ;
100
100
}
101
101
else if ( string . Equals ( value , bool . TrueString , StringComparison . OrdinalIgnoreCase ) )
102
102
{
103
- // Enable data collection only if it is explictly set to 'true'.
103
+ // Enable data collection only if it is explicitly set to 'true'.
104
104
_dataCollectionProfile = new AzurePSDataCollectionProfile ( false ) ;
105
105
}
106
106
}
You can’t perform that action at this time.
0 commit comments