From 589ee0e419426e5b740c61b25a3fcfabd1d4c6a6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Dec 2021 06:13:39 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/insert-rspec-profiling-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/insert-rspec-profiling-data') diff --git a/scripts/insert-rspec-profiling-data b/scripts/insert-rspec-profiling-data index b2011858558..be25972644c 100755 --- a/scripts/insert-rspec-profiling-data +++ b/scripts/insert-rspec-profiling-data @@ -12,7 +12,7 @@ module RspecProfiling # This disables the automatic creation of the database and # table. In the future, we may want a way to specify the host of # the database to connect so that we can call #install. - Result.establish_connection(results_url) + Result.establish_connection(results_url) # rubocop: disable Database/EstablishConnection end def results_url -- cgit v1.2.1