Skip to content

Commit 956afba

Browse files
committed
fix(Profile.ps1): correct indentation for module import
1 parent 961dcbb commit 956afba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# See https://ch0.co/tab-completion for details.
66
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
77
if (Test-Path($ChocolateyProfile)) {
8-
Import-Module "$ChocolateyProfile"
8+
Import-Module "$ChocolateyProfile"
99
}

0 commit comments

Comments
 (0)