diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/security-harness | 2 |
1 files changed, 1 insertions, 1 deletions
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." |