From 03524a2b354404572c4bebb57e4d9fe9401aea71 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 3 Nov 2020 00:23:02 +0100 Subject: [PATCH] meta:install: Ditch check for make existence The command will fail anyway. This just makes it more verbose. --- meta/install.conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/install.conf.yaml b/meta/install.conf.yaml index 84cfc3c..76107fd 100644 --- a/meta/install.conf.yaml +++ b/meta/install.conf.yaml @@ -15,7 +15,7 @@ stdout: true stderr: true - - command: command -v make && cd .config/zsh/plugins/stderred && make + command: cd .config/zsh/plugins/stderred && make description: Building stderred stdout: true stderr: true