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')
)