Another typo fix.
authorDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 09:34:29 +0000 (11:34 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 1 Sep 2018 09:34:29 +0000 (11:34 +0200)
.drone.yml

index 8981a38..ecbec26 100644 (file)
@@ -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: