Skip to content

Commit 4e82fc7

Browse files
author
James Brundage
committed
feat: Posh.ps.Dockerfile ( Fixes #386 )
Removing excess brace
1 parent 82fe7e5 commit 4e82fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Posh.ps.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ RUN pwsh -c "Add-Content -Path \$Profile -Value 'Import-Module $ModuleName' -For
1919
# foreach ($recommendedModule in $importedModule.Recommends) {
2020
# continue if $recommendedModule.Url -match '/'
2121
# "RUN pwsh -c `"Install-Module -Name '$($recommendedModule.Url)' -Force -AllowClobber -Scope CurrentUser -PassThru`""
22-
# "RUN pwsh -c `"Add-Content -Path \`$Profile -Value 'Import-Module $($recommendedModule.Url)' -Force }`""
22+
# "RUN pwsh -c `"Add-Content -Path \`$Profile -Value 'Import-Module $($recommendedModule.Url)' -Force`""
2323
# }
2424
#}

0 commit comments

Comments
 (0)