From c630c02a2671bcfaf7cfc782402a69d9aa866613 Mon Sep 17 00:00:00 2001 From: barnhartguy <31373662+barnhartguy@users.noreply.github.com> Date: Sun, 24 Nov 2019 14:37:09 +0200 Subject: [PATCH] Update check_extra768 fixed typo --- checks/check_extra768 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra768 b/checks/check_extra768 index 66ea5a7b..2c10e1dd 100644 --- a/checks/check_extra768 +++ b/checks/check_extra768 @@ -1,6 +1,6 @@ #!/usr/bin/env bash -``# Prowler - the handy cloud security tool (copyright 2019) by Toni de la Fuente +# Prowler - the handy cloud security tool (copyright 2019) by Toni de la Fuente # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy @@ -52,4 +52,4 @@ extra768(){ fi done # rm -rf $SECRETS_TEMP_FOLDER -} \ No newline at end of file +}