summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/tcp_check.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/tcp_check.rake')
-rw-r--r--lib/tasks/gitlab/tcp_check.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/tcp_check.rake b/lib/tasks/gitlab/tcp_check.rake
index 1400f57d6b9..4790d86832d 100644
--- a/lib/tasks/gitlab/tcp_check.rake
+++ b/lib/tasks/gitlab/tcp_check.rake
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
namespace :gitlab do
desc "GitLab | Check TCP connectivity to a specific host and port"
task :tcp_check, [:host, :port] => :environment do |_t, args|