Skip to content

Commit

Permalink
Merge pull request pharo-vcs#1758 from jecisc/iceRepo
Browse files Browse the repository at this point in the history
Avoid RPackage extension
  • Loading branch information
MarcusDenker authored Nov 21, 2023
2 parents 78ca3d4 + 9268c6f commit 1a51acb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Iceberg/Iceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ Iceberg class >> update [
#(Iceberg LGitRepository MCFileTreeGitRepository) do: [:className |
Smalltalk
at: className
ifPresent: [ :class | class package iceRepository pull ] ]
ifPresent: [ :class | ( self class repositoryForPackage:class package) pull ] ]
]
7 changes: 0 additions & 7 deletions Iceberg/RPackage.extension.st

This file was deleted.

0 comments on commit 1a51acb

Please sign in to comment.