We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc6176 commit 6b2d6c1Copy full SHA for 6b2d6c1
src/D2L.Bmx/WriteHandler.cs
@@ -70,7 +70,7 @@ bool useCredentialProcess
70
if( !data.Sections.ContainsSection( sectionName ) ) {
71
data.Sections.AddSection( sectionName );
72
}
73
- if (File.Exists(SharedCredentialsFile.DefaultFilePath)) {
+ if ( File.Exists( SharedCredentialsFile.DefaultFilePath ) ) {
74
var defaultCredentialsFile = parser.ReadFile( SharedCredentialsFile.DefaultFilePath );
75
if ( defaultCredentialsFile.Sections.ContainsSection( profile ) ) {
76
defaultCredentialsFile.Sections.RemoveSection( profile );
0 commit comments