1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 12:29:03 +08:00

Fix: Minor installer refactor mistake

This commit is contained in:
LmeSzinc
2021-10-26 23:31:55 +08:00
parent 649aa491c9
commit 069e29226c

View File

@@ -140,7 +140,7 @@ class GitManager(DeployConfig):
source='origin', source='origin',
brunch=self.config['Brunch'], brunch=self.config['Brunch'],
proxy=self.config['GitProxy'], proxy=self.config['GitProxy'],
keep_changes=self.config['KeepLocalChanges'] keep_changes=self.bool('KeepLocalChanges')
) )