From 6403f49db91f821fb04e1c33ceeaf2210d633981 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Jan 2019 19:40:54 +0100 Subject: [PATCH] :pencil2: Fixes spelling error in Dockerfile --- airsonos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index 5f3c780..0581f65 100755 --- a/airsonos/Dockerfile +++ b/airsonos/Dockerfile @@ -24,7 +24,7 @@ COPY rootfs / ARG BUILD_ARCH=amd64 COPY bin/airsonos-${BUILD_ARCH} /usr/bin/airsonos -# Build arugments +# Build arguments ARG BUILD_DATE ARG BUILD_REF ARG BUILD_VERSION