Skip to content

Commit

Permalink
fix default self-update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 19, 2024
1 parent 9ad6454 commit d20ab9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaultSelfUpdateBranch
version := repo projectVersion.
^ version = 'master' ifTrue: ['main'] ifFalse: [version]]].

squeakVersion := SystemVersion current version.
squeakVersion := SystemVersion current.
squeakVersion isAlpha ifTrue: [^ 'main'].
squeakVersion majorMinorVersion = 'Squeak6.0' ifTrue: [^ 'squeak60'].
^ 'main'
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"defaultInbox" : "ct 5/26/2021 23:41",
"defaultInboxAgeForDanger" : "ct 1/10/2023 18:30",
"defaultInboxAgeForWarning" : "ct 1/10/2023 18:30",
"defaultSelfUpdateBranch" : "ct 6/3/2023 20:00",
"defaultSelfUpdateBranch" : "ct 11/19/2024 01:03",
"defaultWindowColor" : "ct 5/8/2021 20:13",
"durationFromString:" : "ct 1/10/2023 18:21",
"ensureSemanticsPackageOrCancel" : "ct 8/27/2023 22:25",
Expand Down

0 comments on commit d20ab9e

Please sign in to comment.