Skip to content

Commit cd91580

Browse files
committed
Update GeneralClientBootstrap.cs
1 parent 26a3fce commit cd91580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c#/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public GeneralClientBootstrap SetConfig(Configinfo configInfo)
7979
ProductId = configInfo.ProductId,
8080
UpgradeClientVersion = configInfo.UpgradeClientVersion,
8181
Bowl = configInfo.Bowl,
82-
SkipDirectorys = configInfo.SkipDirectorys
82+
SkipDirectorys = configInfo.SkipDirectorys,
8383
Scheme = configInfo.Scheme,
8484
Token = configInfo.Token
8585
};

0 commit comments

Comments
 (0)