Skip to content

Commit

Permalink
chore: suppress config location on default-dkim-record
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 13, 2024
1 parent f760cdb commit aa76aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/default_dkim_record.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

ENV["SILENCE_POSTAL_CONFIG_LOCATION_MESSAGE"] = "true"
require File.expand_path("../lib/postal/config", __dir__)
puts Postal.rp_dkim_dns_record

0 comments on commit aa76aae

Please sign in to comment.