Skip to content

Commit

Permalink
Installer: include modified profile path in info output.
Browse files Browse the repository at this point in the history
Fixes #166.
  • Loading branch information
chriskrycho committed May 9, 2019
1 parent 0cdf8db commit a3d8509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/unix/install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ volta_install() {
volta_info 'Unpacking' "\`volta\` executable and shims"
volta_create_binaries

volta_info 'Editing' "user profile"
local VOLTA_PROFILE
VOLTA_PROFILE="$(volta_detect_profile)"
volta_info 'Editing' "user profile ($VOLTA_PROFILE)"

local PROFILE_INSTALL_DIR
PROFILE_INSTALL_DIR=$(volta_install_dir | sed "s:^$HOME:\$HOME:")
local PATH_STR
Expand Down

0 comments on commit a3d8509

Please sign in to comment.