Skip to content

Commit 84ad83f

Browse files
committed
Prevent log from returning non-zero value
1 parent 0ccac2f commit 84ad83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxdeploy-plugin-conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ log() {
3232
_isterm && tput bold
3333
echo -*- "$@"
3434
_isterm && tput sgr0
35+
return 0
3536
}
3637

3738
APPDIR=

0 commit comments

Comments
 (0)