X Tutup
Skip to content

Commit ab8ff43

Browse files
author
Johan Brichau
committed
Fix grease packages
1 parent e796a7b commit ab8ff43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/Grease-Pharo70-Core.package/GRPackage.extension/class/greasePharo60Core.st renamed to repository/Grease-Pharo70-Core.package/GRPackage.extension/class/greasePharo70Core.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*Grease-Pharo70-Core
2-
greasePharo60Core
2+
greasePharo70Core
33
^ self new
4-
name: 'Grease-Pharo60-Core';
4+
name: 'Grease-Pharo70-Core';
55
addDependency: 'Grease-Core';
66
url: #greaseUrl;
77
yourself

0 commit comments

Comments
 (0)
X Tutup