diff --git a/nupm/mod.nu b/nupm/mod.nu index 9ad2aad..accc715 100644 --- a/nupm/mod.nu +++ b/nupm/mod.nu @@ -16,7 +16,7 @@ export-env { # Ensure install cache is set $env.NUPM_CACHE = ($env.NUPM_CACHE? | default $DEFAULT_NUPM_CACHE) - # TODO: Maybe this is not the best way to store registries, but should be + # TODO: Maybe this is not the best way to set registries, but should be # good enough for now. # TODO: Add `nupm registry` for showing info about registries # TODO: Add `nupm registry add/remove` to add/remove registry from the env