You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📋
In addition to referencing Scoop's bucket list, shields could take in a URL as a bucket parameter for the Scoop version shield.
After if (!bucketUrl), before throwing the error, shields could check if the bucket parameter is a valid GitHub URL, and attempt to extract the user & repo from that, using the same gitHubRepoRegExp, allowing users to reference buckets that are not in the official list.
The text was updated successfully, but these errors were encountered:
📋
In addition to referencing Scoop's bucket list, shields could take in a URL as a bucket parameter for the Scoop version shield.
After
if (!bucketUrl)
, before throwing the error, shields could check if the bucket parameter is a valid GitHub URL, and attempt to extract the user & repo from that, using the samegitHubRepoRegExp
, allowing users to reference buckets that are not in the official list.The text was updated successfully, but these errors were encountered: