paritytech / psvm

Polkadot SDK Version Manager
Other
40 stars 6 forks source link

fix logic of code based on variable names #22

Closed shawntabrizi closed 3 months ago

shawntabrizi commented 3 months ago

The variable name was changed from update to only_check, which essentially has it represent the opposite value, but the code was not updated to reflect that new name change.

This PR changes the logic so when only_check is true, we execute the check command.