Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-mt.163.mcz==================== Summary ====================
Name: MonticelloConfigurations-mt.163
Author: mt
Time: 21 October 2020, 6:02:57.952951 pm
UUID: 18789ac3-9476-9a40-aeea-a6dcfc3a5b32
Ancestors: MonticelloConfigurations-mt.162
Restore default name for update map to be 'update'. Not sure whether this one should also be ensured in ReleaseBuilder.
=============== Diff against MonticelloConfigurations-mt.162 ===============
Item was changed:
----- Method: MCMcmUpdater class>>updateMapName (in category 'preferences') -----
updateMapName
"The default update map name"
<preference: 'Update map name'
category: 'updates'
description: 'Base name for the update maps'
type: #String>
+ ^DefaultUpdateMap ifNil: ['update']!
- ^DefaultUpdateMap ifNil:['']!