Skip to content

Commit

Permalink
Update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Nov 5, 2023
1 parent 30de16b commit 09181e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/Invoke-ModuleBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Aliases:

Required: False
Position: Named
Default value: Lib\Core
Default value: [io.path]::Combine("Lib", "Core")
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -260,7 +260,7 @@ Aliases:

Required: False
Position: Named
Default value: Lib\Default
Default value: [io.path]::Combine("Lib", "Default")
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -275,7 +275,7 @@ Aliases:

Required: False
Position: Named
Default value: Lib\Standard
Default value: [io.path]::Combine("Lib", "Standard")
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down

0 comments on commit 09181e1

Please sign in to comment.