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 'lib/gitlab/slash_commands/deploy.rb')
-rw-r--r--lib/gitlab/slash_commands/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/deploy.rb b/lib/gitlab/slash_commands/deploy.rb
index 16a4875be91..ee2747c0732 100644
--- a/lib/gitlab/slash_commands/deploy.rb
+++ b/lib/gitlab/slash_commands/deploy.rb
@@ -3,7 +3,7 @@
module Gitlab
module SlashCommands
class Deploy < BaseCommand
- DEPLOY_REGEX = /\Adeploy\s/.freeze
+ DEPLOY_REGEX = /\Adeploy\s/
def self.match(text)
return unless text&.match?(DEPLOY_REGEX)