Skip to content

Commit 379d181

Browse files
committed
appease rubocop
1 parent fa7fa37 commit 379d181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/dockerfile_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ def start_command
11661166

11671167
thrust = command.index("./bin/thrust")
11681168
thrust = command.index("litestream:run") if thrust.nil?
1169-
command = command[thrust+1...] unless thrust.nil?
1169+
command = command[thrust + 1...] unless thrust.nil?
11701170

11711171
command
11721172
end

0 commit comments

Comments
 (0)