From 52d6e690b2b8202b7a67a74cb3decb00d6515130 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 23 Jun 2020 22:18:46 +0200 Subject: [PATCH] linter.sh: fix align After Powershell PR --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 188edf92..9bad8c8b 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -145,7 +145,7 @@ FILE_ARRAY_TYPESCRIPT_STANDARD=() # Array of files to check FILE_ARRAY_DOCKER=() # Array of files to check FILE_ARRAY_GO=() # Array of files to check FILE_ARRAY_TERRAFORM=() # Array of files to check -FILE_ARRAY_POWERSHELL=() # Array of files to check +FILE_ARRAY_POWERSHELL=() # Array of files to check FILE_ARRAY_CSS=() # Array of files to check FILE_ARRAY_ENV=() # Array of files to check FILE_ARRAY_KOTLIN=() # Array of files to check