fix(powershell): fix session key syntax error (#1697)
This commit is contained in:
parent
645124cfa5
commit
2650dc8f3f
|
@ -56,4 +56,4 @@ function global:prompt {
|
|||
$ENV:STARSHIP_SHELL = "powershell"
|
||||
|
||||
# Set up the session key that will be used to store logs
|
||||
$ENV:STARSHIP_SESSION_KEY = $(::STARSHIP:: session)
|
||||
$ENV:STARSHIP_SESSION_KEY = (& ::STARSHIP:: session)
|
||||
|
|
Loading…
Reference in New Issue