Skip to content

Commit

Permalink
fix cd hook in scripts/rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 18, 2012
1 parent a4bd1dd commit 55a8833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rvm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ then
# prompt if .rvmrc trust value is not stored.
rvm_promptless=1 __rvm_project_rvmrc
rvm_hook=after_cd
source "$rvm_scripts_path/hook"
source "${rvm_scripts_path:-${rvm_path}/scripts}/hook"
fi

__rvm_teardown

0 comments on commit 55a8833

Please sign in to comment.