Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/security-harness2
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."