From 154b9bae142ba15fec753f44327654595094b879 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 17 Mar 2020 21:09:16 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/security-harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/security-harness b/scripts/security-harness index a0fa57ef042..c101cd03454 100755 --- a/scripts/security-harness +++ b/scripts/security-harness @@ -28,7 +28,7 @@ HOOK_DATA = <<~HOOK if [ -e "$harness" ] then - if [["$url" != *"gitlab-org/security/"*]] + if [[ "$url" != *"gitlab-org/security/"* ]] then echo "Pushing to remotes other than gitlab.com/gitlab-org/security has been disabled!" echo "Run scripts/security-harness to disable this check." -- cgit v1.2.3