Skip to content

Commit

Permalink
Merge pull request #43 from carschandler/patch-1
Browse files Browse the repository at this point in the history
Fix typos in install.ps1
  • Loading branch information
Hind-M authored Nov 25, 2024
2 parents 30453f7 + 723a20b commit e637981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl.exe -L -o micromamba.exe $RELEASE_URL

New-Item -ItemType Directory -Force -Path $Env:LocalAppData\micromamba | out-null

$MAMBA_INSTALL_PATH = Join-Path -Path $Env:LocalAppData -ChildPAth micromamba\micromamba.exe
$MAMBA_INSTALL_PATH = Join-Path -Path $Env:LocalAppData -ChildPath micromamba\micromamba.exe

Write-Output "`nInstalling micromamba to $Env:LocalAppData\micromamba`n"
Move-Item -Force micromamba.exe $MAMBA_INSTALL_PATH | out-null
Expand Down

0 comments on commit e637981

Please sign in to comment.