mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:37:41 +08:00
Fix: Minor installer refactor mistake
This commit is contained in:
parent
649aa491c9
commit
069e29226c
@ -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')
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user