Skip to content

Commit ea86648

Browse files
fixes to bugreport
1 parent bf28267 commit ea86648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/01-bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body:
2525
Please run this to and paste the info here:
2626
```powershell
2727
$PSVersionTable
28-
Get-InstalledModule -Name 'MyModule'
28+
Get-InstalledModule -Name 'MyModule' | Select-Object *
2929
```
3030
validations:
3131
required: true

0 commit comments

Comments
 (0)