Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
bootstrap-conda: Write an additional comment (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 14, 2022
1 parent 5857902 commit 2368adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-conda
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for pkg in $BOOTSTRAP_PACKAGES; do
echo " - $pkg" >> environment.yml
done
sed 's/name: sage-build/name: sage/' environment.yml > src/environment.yml
echo " # Additional packages providing all dependencies for the Sage library"
echo " # Additional packages providing all dependencies for the Sage library" >> src/environment.yml
for pkg in $SAGELIB_SYSTEM_PACKAGES; do
echo " - $pkg" >> src/environment.yml
done
Expand Down

0 comments on commit 2368adc

Please sign in to comment.