Skip to content

Commit 2347c00

Browse files
committed
fix recipe path
1 parent 70d50e1 commit 2347c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ "${ENVIRONMENT}" == "--help" ]]; then
77
exit 0
88
fi
99
magic run template -m "${ENVIRONMENT}"
10-
magic run rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all
10+
magic run rattler-build build -r recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all

0 commit comments

Comments
 (0)