1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-05 04:47:58 +00:00

fix(powershell): fix session key syntax error (#1697)

This commit is contained in:
Tilmann Meyer 2020-09-30 18:14:10 +02:00 committed by GitHub
parent 645124cfa5
commit 2650dc8f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)