1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +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',
brunch=self.config['Brunch'],
proxy=self.config['GitProxy'],
keep_changes=self.config['KeepLocalChanges']
keep_changes=self.bool('KeepLocalChanges')
)