Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Env command doesn't detect PowerShell Core #4826

Closed

Description

The modern powershell's exe-name is now pwsh.exe, but docker-machine env searches for powershell.

if strings.Contains(strings.ToLower(shell), "powershell") {

It should search for pwsh as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions