Skip to content

Commit

Permalink
Use dollar HOME instead of ~ to specify the user home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cshaffer committed Dec 3, 2015
1 parent 6f1216c commit bee5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/rbenv.rake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace :load do
rbenv_path ||= if fetch(:rbenv_type, :user) == :system
"/usr/local/rbenv"
else
"~/.rbenv"
"$HOME/.rbenv"
end
}

Expand Down

0 comments on commit bee5e4c

Please sign in to comment.