dupriezt / Chest

2 stars 5 forks source link

NotFound: revspec 'v0.4.2' not found #6

Closed labordep closed 1 year ago

labordep commented 1 year ago

I'm running this script :

Metacello new
    baseline: 'Chest';
    repository: 'github://adri09070/Chest:v0.4.2';
    load.

But an Exception is appears :

image

adri09070 commented 1 year ago

Ah.

It should be

Metacello new
    baseline: 'Chest';
    repository: 'github://pharo-spec/Chest:v0.4.2';
    load.

Sorry

labordep commented 1 year ago

Thanks !