From 08a36e00f5d7b831442e1ce0e987a045e59e3b10 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Tue, 6 Jul 2021 12:13:07 +0530 Subject: [PATCH] Remove frozen_string_literal line from setup script --- deploy/ec2/setup_app | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/ec2/setup_app b/deploy/ec2/setup_app index 1eb820e819..17e911e681 100755 --- a/deploy/ec2/setup_app +++ b/deploy/ec2/setup_app @@ -1,5 +1,3 @@ -# frozen_string_literal: true - #!/usr/bin/env ruby def ensure_db_connectivity(user = ENV.fetch("PG_USER"), pass = ENV.fetch("PG_PASS"), host = ENV.fetch("PG_HOST"))