Skip to content

Commit

Permalink
Fix word
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jan 28, 2024
1 parent 6921c33 commit 0b68963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nupm/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b68963

Please sign in to comment.