Skip to content

Commit

Permalink
backticks with system?
Browse files Browse the repository at this point in the history
  • Loading branch information
yakloinsteak committed Sep 19, 2024
1 parent d299aac commit 5814a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/docker/lib/asset_compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5814a9b

Please sign in to comment.