Skip to content

Commit

Permalink
Add message about need for re-login
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam committed Sep 29, 2024
1 parent bbf7ab9 commit 2639a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap/bootstrap-haskell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ if ($Host.Name -eq "ConsoleHost")
$Container = 'User'
if ($MultiUserInstall) {
Print-Msg -msg ('Adding {0}\bin to System Path...' -f $GhcupDir)
Print-Msg -msg ('Other users that are currently signed in will have to sign out and login again to use ghcup')
$Container = 'Machine'
} else {
Print-Msg -msg ('Adding {0}\bin to Users Path...' -f $GhcupDir)
Expand Down

0 comments on commit 2639a6e

Please sign in to comment.