Skip to content

Commit

Permalink
fix micromamba invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 31, 2022
1 parent 46587cf commit 5f8bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkbuild/bootstrap-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setup_micromamba()
setup_boot_env()
{
msg "Installing bootstrap environment"
vr micromamba env create -qy -n lkboot -f lkbuild/boot-env.yml
vr micromamba create -qy -n lkboot -f lkbuild/boot-env.yml
msg "Activating bootstrap environment"
micromamba activate lkboot
}
Expand Down

0 comments on commit 5f8bb44

Please sign in to comment.