Skip to content

Commit

Permalink
Need to checkout bookworm directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Dec 14, 2023
1 parent 290f1f3 commit f379185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ def checkInternet(self):

# noinspection DuplicatedCode
def getUpdateSource(self, definedSource: str) -> str:
updateSource = 'master'
#TODO remove 'bookworm'
#TODO remove bookworm shortcut
updateSource = 'bookworm'
if definedSource in {'master', 'release', 'bookworm'}:
return updateSource

Expand Down

0 comments on commit f379185

Please sign in to comment.