Skip to content

Commit ab6bf8b

Browse files
authored
bug: Propagate errors from micromamba-shell (#241)
1 parent 617811f commit ab6bf8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-micromamba",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Action to setup micromamba",
66
"scripts": {

src/resources/micromamba-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# The script then executes the contents of the file.
55

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

0 commit comments

Comments
 (0)