Skip to content

Commit

Permalink
rename .yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Jan 18, 2022
1 parent 0107698 commit 0c6905f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_env/wahoo_user.yml → conda_env/enduser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: conda-wahoo
name: enduser
channels:
- defaults
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion copyFilesToDist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cp -a ../../tooling_windows ./tooling_windows
cp -a ../../wahoo_map_creator.py ../../CHANGELOG.md ../../README.md ./

# file for virtual environments / legacy pip install
cp -a ../../conda_env/wahoo_user.yml ./conda_env/
cp -a ../../conda_env/enduser.yml ./conda_env/
cp -a ../../conda_env/requirements.txt ./conda_env/

# zip content into .zip file
Expand Down

0 comments on commit 0c6905f

Please sign in to comment.