From 9d9f86f56d684a61dfd061e910d0926f74b51030 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 1 Aug 2019 17:50:37 +0200 Subject: [PATCH] MON-486 remove trailing whitespace --- scripts/99_terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_terraform.sh b/scripts/99_terraform.sh index 1eee47e..da0a4be 100755 --- a/scripts/99_terraform.sh +++ b/scripts/99_terraform.sh @@ -4,7 +4,7 @@ set -xueo pipefail source "$(dirname $0)/utils.sh" goto_root -for path in $(find "$(get_scope $1)" -name 'inputs.tf' -print); do +for path in $(find "$(get_scope $1)" -name 'inputs.tf' -print); do dir=$(dirname ${path}) cat < ${dir}/tmp.tf provider "datadog" {