Change return code of dotbot installation command
The build step should not skip silently when make is not an available command.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
stdout: true
|
stdout: true
|
||||||
stderr: true
|
stderr: true
|
||||||
-
|
-
|
||||||
command: /bin/sh -c '! command -v make || { cd .config/zsh/plugins/stderred && make; }'
|
command: command -v make && cd .config/zsh/plugins/stderred && make
|
||||||
description: Building stderred
|
description: Building stderred
|
||||||
stdout: true
|
stdout: true
|
||||||
stderr: true
|
stderr: true
|
||||||
|
|||||||
Reference in New Issue
Block a user