Skip to content

Commit

Permalink
Add missing dot on script
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 29, 2023
1 parent b150f09 commit 4a7e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rowan/components/scripts/createInstancesToMigrate.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ instances := Dictionary new
ClassToBeRenamedWithInstanceVariableToBeRenamed new. };
at: #classMove put: { ClassToMoveFromSymbolList new. };
at: #collection put: { CollectionForMigration new };
yourself
yourself.

symbolDictionary at: #GS64MigrationPersistentRoot put: instances

0 comments on commit 4a7e1b6

Please sign in to comment.