summaryrefslogtreecommitdiff
path: root/app/services/serverless/associate_domain_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/serverless/associate_domain_service.rb')
-rw-r--r--app/services/serverless/associate_domain_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/serverless/associate_domain_service.rb b/app/services/serverless/associate_domain_service.rb
index 673f1f83260..0c6ee58924c 100644
--- a/app/services/serverless/associate_domain_service.rb
+++ b/app/services/serverless/associate_domain_service.rb
@@ -2,7 +2,7 @@
module Serverless
class AssociateDomainService
- PLACEHOLDER_HOSTNAME = 'example.com'.freeze
+ PLACEHOLDER_HOSTNAME = 'example.com'
def initialize(knative, pages_domain_id:, creator:)
@knative = knative