From 5f26916e6744825a546042697206d8e7bf89b8b7 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 13 Mar 2022 08:01:49 +0100 Subject: [PATCH] chore(github): correct debug command --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9cdd48ce..dd9f9361 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,7 +56,7 @@ body: id: logs attributes: label: Log output - description: Please copy and paste the output generated by `Write-PoshDebug (PowerShell)`, or `oh-my-posh --debug --shell uni --config="$POSH_THEME"` for other shells. + description: Please copy and paste the output generated by `Write-PoshDebug (PowerShell)`, or `oh-my-posh prompt print debug --shell uni --config="$POSH_THEME"` for other shells. render: shell validations: required: true