Skip to content

Commit

Permalink
Forgot to add 'requirements' to rvm_action lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Deryl R. Doucette committed Sep 27, 2011
1 parent b06b280 commit 54ac27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cli
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ __rvm_parse_args()
fi
;;

fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport)
fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements)
rvm_action=$rvm_token
;;

Expand Down Expand Up @@ -886,7 +886,7 @@ rvm()
\rm -f $tmpdir/$$
;;

help|rtfm|env|current|info|list|gemdir|gemhome|gempath|monitor|notes|package|extract|pkg)
help|rtfm|env|current|info|list|gemdir|gemhome|gempath|monitor|notes|package|extract|pkg|requirements)

if (( $# > 0 ))
then
Expand Down

0 comments on commit 54ac27f

Please sign in to comment.