Open tsloughter opened 3 years ago
When running like erlup build OTP-24.0, instead of failing if the user hasn't run erlup fetch to update the list of tags it should automatically run the fetch command and only then fail if it can't find the tag to build.
erlup build OTP-24.0
erlup fetch
fetch
When running like
erlup build OTP-24.0
, instead of failing if the user hasn't runerlup fetch
to update the list of tags it should automatically run thefetch
command and only then fail if it can't find the tag to build.