Skip to content

Commit

Permalink
fix: typo in exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed May 24, 2024
1 parent 412be15 commit f6ed0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $manifestParams = @{
"CompanyName" = "www.scottmckendry.tech"
"RootModule" = "ps-arch-wsl.psm1"
"CompatiblePSEditions" = @("Desktop", "Core")
"FunctionsToExport" = @("Install-ArchWSL", "Uinstall-ArchWSL")
"FunctionsToExport" = @("Install-ArchWSL", "Uninstall-ArchWSL")
"Description" = "Install Arch Linux on Windows the easy way."
"ProjectUri" = "https://github.com/scottmckendry/ps-arch-wsl"
"LicenseUri" = "https://github.com/scottmckendry/ps-arch-wsl/blob/main/LICENSE"
Expand Down

0 comments on commit f6ed0f7

Please sign in to comment.