Skip to content

Commit 141c07b

Browse files
committed
Fix standard syntax issue
1 parent 0e9ca25 commit 141c07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/litestream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def deprecator
1919

2020
def self.configure
2121
deprecator.warn(
22-
'Configuring Litestream via Litestream.configure is deprecated. Use Rails.application.configure { config.litestream.* = ... } instead.',
22+
"Configuring Litestream via Litestream.configure is deprecated. Use Rails.application.configure { config.litestream.* = ... } instead.",
2323
caller
2424
)
2525
self.configuration ||= Configuration.new

0 commit comments

Comments
 (0)