Skip to content

Commit 9f16844

Browse files
committed
Issue #15: proposed fix
1 parent 6461b29 commit 9f16844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rowan/src/GsDevKit_upgrade-Core/GsuGsDevKit_3_5_x_StdUpgrade.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GsuGsDevKit_3_5_x_StdUpgrade >> _defaultExistingConfigurationOfNames [
99
" These two configurations are the only configurations that must be removed, before loading GLASS1 or GsDevKit or tODE"
1010

1111
| default |
12-
default := { #ConfigurationOfGsMisc . #ConfigurationOfGsCore}.
12+
default := { #ConfigurationOfGsMisc . #ConfigurationOfGsCore . #ConfigurationOfGofer }.
1313
^ default
1414
]
1515

0 commit comments

Comments
 (0)