Skip to content

Commit

Permalink
Add semicolon...
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt committed Oct 28, 2021
1 parent 007ab6d commit e7bcfe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static void LoadProfiles(this PowerShell pwsh, ProfilePathInfo profilePat
.AddProfileLoadIfExists(profileVariable, nameof(profilePaths.AllUsersAllHosts), profilePaths.AllUsersAllHosts)
.AddProfileLoadIfExists(profileVariable, nameof(profilePaths.AllUsersCurrentHost), profilePaths.AllUsersCurrentHost)
.AddProfileLoadIfExists(profileVariable, nameof(profilePaths.CurrentUserAllHosts), profilePaths.CurrentUserAllHosts)
.AddProfileLoadIfExists(profileVariable, nameof(profilePaths.CurrentUserCurrentHost), profilePaths.CurrentUserCurrentHost)
.AddProfileLoadIfExists(profileVariable, nameof(profilePaths.CurrentUserCurrentHost), profilePaths.CurrentUserCurrentHost);

pwsh.InvokeCommand(psCommand);

Expand Down

0 comments on commit e7bcfe1

Please sign in to comment.