fix(init): use positional parameter
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions

instead of being a complete idiot

resolves #5804
This commit is contained in:
Jan De Dobbeleer 2024-11-04 18:35:51 +01:00 committed by Jan De Dobbeleer
parent a54041ef87
commit 075eacaaf9

View file

@ -58,7 +58,7 @@ See the documentation to initialize your shell: https://ohmyposh.dev/docs/instal
env := &runtime.Terminal{
CmdFlags: &runtime.Flags{
Shell: shellName,
Shell: args[0],
Config: configFlag,
Strict: strict,
Debug: debug,