From 0b68963c14604aaa63cd4ac70ed4a7f9d8016fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Sun, 28 Jan 2024 13:33:54 +0200 Subject: [PATCH] Fix word --- nupm/mod.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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