Skip to content

Commit

Permalink
fix node -v
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 29, 2015
1 parent 7c79888 commit 4509a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_node_version
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ -f "$HOME/.nodepath" ]; then
NODE=`cat $HOME/.nodepath`/node;
fi

NODE -v
$NODE -v

0 comments on commit 4509a69

Please sign in to comment.