meta:install: Ditch check for make existence

The command will fail anyway. This just makes it more verbose.
This commit is contained in:
2020-11-03 00:23:02 +01:00
parent 0fe0679276
commit 03524a2b35

View File

@@ -15,7 +15,7 @@
stdout: true stdout: true
stderr: true stderr: true
- -
command: command -v make && cd .config/zsh/plugins/stderred && make command: cd .config/zsh/plugins/stderred && make
description: Building stderred description: Building stderred
stdout: true stdout: true
stderr: true stderr: true