Skip to content

Commit

Permalink
Remove dependency to Author
Browse files Browse the repository at this point in the history
Author will be removed really soon so I'm removing the dependency to it
  • Loading branch information
jecisc committed May 18, 2024
1 parent 3f65e74 commit a6b2081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg/IceMCVersionInfo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ IceMCVersionInfo >> fromPackage: aPackage message: commitMessage [
To improve this implementation we should review the fileout process."

name := ('{1}-{2}.{3}' format: {aPackage name. Author fullName. 'unknown'}).
name := ('{1}-{2}.{3}' format: {aPackage name. 'CompatibleUserName'. 'unknown'}).
package := aPackage.
message := commitMessage.
id := UUID new
Expand Down

0 comments on commit a6b2081

Please sign in to comment.