Skip to content

Commit

Permalink
Fix standard syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Sep 6, 2024
1 parent 0e9ca25 commit 141c07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/litestream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def deprecator

def self.configure
deprecator.warn(
'Configuring Litestream via Litestream.configure is deprecated. Use Rails.application.configure { config.litestream.* = ... } instead.',
"Configuring Litestream via Litestream.configure is deprecated. Use Rails.application.configure { config.litestream.* = ... } instead.",
caller
)
self.configuration ||= Configuration.new
Expand Down

0 comments on commit 141c07b

Please sign in to comment.