From f09182eb3743657a0cc9ca1cb66d3715db4828a4 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:34:29 +0200 Subject: [PATCH] Another typo fix. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8981a3896..ecbec26c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ build: pull: true shell: $$arch commands: - - if [ $$arch == sh ]; then apt update; apt install build-essential bison flex; fi + - if [ $$arch = sh ]; then apt update; apt install build-essential bison flex; fi - make PREFIX=/tmp/acki +ack matrix: -- 2.34.1