Skip to content

Commit

Permalink
Fix 'unvailable' typo in _nvm_index_update (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Feb 23, 2022
1 parent 81170ef commit d639918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_nvm_index_update.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function _nvm_index_update --argument-names mirror index
if not command curl --location --silent $mirror/index.tab >$index.temp
command rm -f $index.temp
echo "nvm: Can't update index, host unvailable: \"$mirror\"" >&2
echo "nvm: Can't update index, host unavailable: \"$mirror\"" >&2
return 1
end

Expand Down

0 comments on commit d639918

Please sign in to comment.