Skip to content

Commit 3efdc77

Browse files
committed
fix flag
1 parent dac7979 commit 3efdc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platforms = ["osx-arm64", "linux-64"]
77
version = "0.1.0"
88

99
[tasks]
10-
build = { cmd = "rattler-build build --r recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }
10+
build = { cmd = "rattler-build build --recipe recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }
1111
publish = { cmd = "bash scripts/publish.sh", env = { PREFIX_API_KEY = "$PREFIX_API_KEY" } }
1212

1313
[dependencies]

0 commit comments

Comments
 (0)