We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9ca25 commit 141c07bCopy full SHA for 141c07b
lib/litestream.rb
@@ -19,7 +19,7 @@ def deprecator
19
20
def self.configure
21
deprecator.warn(
22
- '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.",
23
caller
24
)
25
self.configuration ||= Configuration.new
0 commit comments