Skip to content

Commit 224968c

Browse files
authored
Fix path to conda history
1 parent 7ade437 commit 224968c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/install-miniconda.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363
# which seems to result in some effective pinning of packages in the initial env,
6464
# which we don't intend.
6565
# this file must not be *removed*, however
66-
echo '' > ${CONDA_DIR}/envs/kernel/conda-meta/history
66+
echo '' > ${CONDA_DIR}/conda-meta/history
6767

6868
# Clean things out!
6969
conda clean -tipsy

0 commit comments

Comments
 (0)