Skip to content

Commit

Permalink
use 1singleImage
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 5, 2024
1 parent 6dae2ca commit 503dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PharoLauncher-Spec2/PhLImagesPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ PhLImagesPresenter >> ensure: aBoolean [
{ #category : #computing }
PhLImagesPresenter >> ensurePharoVersion [
| image |
image := self selectedImages first.
image := self singleImage.
[ image ensurePharoVersion ]
on: PhLImageVersionFileNotFound
do: [ | presenter |
Expand Down

0 comments on commit 503dc02

Please sign in to comment.