main.ts: fixup logic to ensure only one installer url override is set #44
Loading…
Reference in a new issue
No description provided.
Delete branch "fixup-nix-url-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
else if
would have made the "counting" of the url modifiers useless, so switch them to ifs.else
condition to set the URL if no modifiers were passed to override itChecklist