Skip to content

Commit

Permalink
bug: Propagate errors from micromamba-shell (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Nov 4, 2024
1 parent 617811f commit ab6bf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-micromamba",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Action to setup micromamba",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/micromamba-shell
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# The script then executes the contents of the file.

chmod +x $1
$MAMBA_EXE run -r $MAMBA_ROOT_PREFIX -n $MAMBA_DEFAULT_ENV $1
exec $MAMBA_EXE run -r $MAMBA_ROOT_PREFIX -n $MAMBA_DEFAULT_ENV $1

0 comments on commit ab6bf8b

Please sign in to comment.