We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a3fce commit cd91580Copy full SHA for cd91580
src/c#/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs
@@ -79,7 +79,7 @@ public GeneralClientBootstrap SetConfig(Configinfo configInfo)
79
ProductId = configInfo.ProductId,
80
UpgradeClientVersion = configInfo.UpgradeClientVersion,
81
Bowl = configInfo.Bowl,
82
- SkipDirectorys = configInfo.SkipDirectorys
+ SkipDirectorys = configInfo.SkipDirectorys,
83
Scheme = configInfo.Scheme,
84
Token = configInfo.Token
85
};
0 commit comments