Skip to content

Commit

Permalink
Merge commit '80a8ef9d0851b72d4b5d7c54a2ed07ba912dd822' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 19, 2022
2 parents 8631b57 + 80a8ef9 commit 7f1366b
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 7f1366b

Please sign in to comment.