Skip to content

Commit ce329fb

Browse files
committed
remove function ref duplication
1 parent b106798 commit ce329fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fast/Unit tests/nvm_print_versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
die () { echo "$@" ; cleanup ; exit 1; }
66

77
cleanup() {
8-
unset -f nvm_remote_versions nvm_ls nvm_ls_current nvm_remote_versions
8+
unset -f nvm_remote_versions nvm_ls nvm_ls_current
99
if [ -n "$TEMP_NVM_MIN" ]; then
1010
export NVM_MIN="$TEMP_NVM_MIN"
1111
fi

0 commit comments

Comments
 (0)