Skip to content

Commit

Permalink
chore: fix deprecation in unload script
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Jan 22, 2024
1 parent b43a4b4 commit d276a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unloadOldFuel.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"Images with integrated Fuel will not be able to load a new package structure"
RPackageOrganizer default packages
PackageOrganizer default packages
select: [ :package | package name beginsWith: 'Fuel' ]
thenDo: [ :package |
(package class canUnderstand: #removeFromSystem)
Expand Down

0 comments on commit d276a70

Please sign in to comment.