From e54cd815425f93c1293be74d9a0cb84a75c00828 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:05:46 +0000 Subject: [PATCH] terraform: fix indent lints --- srcpkgs/terraform/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terraform/template b/srcpkgs/terraform/template index 6376a9f9bea..56c35479bcd 100644 --- a/srcpkgs/terraform/template +++ b/srcpkgs/terraform/template @@ -12,5 +12,5 @@ distfiles="https://$go_import_path/archive/v$version.tar.gz" checksum=400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb case "${XBPS_TARGET_MACHINE}" in - arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;; + arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;; esac