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:
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user