File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ private static async Task LatestVersionCheck(ServiceProvider sp)
118118
119119 if ( envProvider . SkipVersionCheck ( ) ? . ToUpperInvariant ( ) is "TRUE" or "1" )
120120 {
121- Logger . LogInformation ( "Skipped latest version check due to GEI_VERSION_CHECK environment variable" ) ;
121+ Logger . LogInformation ( "Skipped latest version check due to GEI_SKIP_VERSION_CHECK environment variable" ) ;
122122 return ;
123123 }
124124
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ private static async Task LatestVersionCheck(ServiceProvider sp)
125125
126126 if ( envProvider . SkipVersionCheck ( ) ? . ToUpperInvariant ( ) is "TRUE" or "1" )
127127 {
128- Logger . LogInformation ( "Skipped latest version check due to GEI_VERSION_CHECK environment variable" ) ;
128+ Logger . LogInformation ( "Skipped latest version check due to GEI_SKIP_VERSION_CHECK environment variable" ) ;
129129 return ;
130130 }
131131
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ private static async Task LatestVersionCheck(ServiceProvider sp)
118118
119119 if ( envProvider . SkipVersionCheck ( ) ? . ToUpperInvariant ( ) is "TRUE" or "1" )
120120 {
121- Logger . LogInformation ( "Skipped latest version check due to GEI_VERSION_CHECK environment variable" ) ;
121+ Logger . LogInformation ( "Skipped latest version check due to GEI_SKIP_VERSION_CHECK environment variable" ) ;
122122 return ;
123123 }
124124
You can’t perform that action at this time.
0 commit comments