1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Merge pull request #2280 from xausky/master

Fix: Fix update stuck issue
This commit is contained in:
LmeSzinc
2023-02-23 19:26:40 +08:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ class GitManager(DeployConfig):
self.execute(f'"{self.git}" pull --ff-only {source} {branch}') self.execute(f'"{self.git}" pull --ff-only {source} {branch}')
logger.hr('Show Version', 1) logger.hr('Show Version', 1)
self.execute(f'"{self.git}" log --no-merges -1') self.execute(f'"{self.git}" --no-pager log --no-merges -1')
def git_install(self): def git_install(self):
logger.hr('Update Alas', 0) logger.hr('Update Alas', 0)