From 5814a9bdd626fa5ab5a9de12521442c4dc96159e Mon Sep 17 00:00:00 2001 From: Todd Blackman Date: Thu, 19 Sep 2024 18:02:19 -0400 Subject: [PATCH] backticks with system? --- config/deploy/docker/lib/asset_compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/docker/lib/asset_compiler.rb b/config/deploy/docker/lib/asset_compiler.rb index 173e9ee79..78737d4e0 100644 --- a/config/deploy/docker/lib/asset_compiler.rb +++ b/config/deploy/docker/lib/asset_compiler.rb @@ -50,7 +50,7 @@ def run! if @secret_arn.present? time_me name: 'Secrets download' do - better_system(`SECRET_ARN=#{@secret_arn.shellescape} bin/download_secrets.rb > .env`) + better_system("SECRET_ARN=#{@secret_arn.shellescape} bin/download_secrets.rb > .env") end end