Skip to content

Commit 4509a69

Browse files
committed
fix node -v
1 parent 7c79888 commit 4509a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_node_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [ -f "$HOME/.nodepath" ]; then
66
NODE=`cat $HOME/.nodepath`/node;
77
fi
88

9-
NODE -v
9+
$NODE -v

0 commit comments

Comments
 (0)