Skip to content

Commit

Permalink
fix list indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skull-squadron committed Nov 11, 2016
1 parent f60d1be commit b9c1e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/chruby/chruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function chruby()
if [[ "$dir" == "$RUBY_ROOT" ]]; then
echo " * ${ruby} ${RUBYOPT}"
else
echo " ${ruby}"
echo " ${ruby}"
fi

done
Expand Down

0 comments on commit b9c1e0d

Please sign in to comment.