Skip to content

Commit 6e1801d

Browse files
committed
Clean code
1 parent 417245d commit 6e1801d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.0"
99

1010
gem "minitest", "~> 5.16"
1111

12-
gem "standard", "~> 1.3"
12+
gem "standard", "~> 1.47"

lib/capistrano/solid_queue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def sudo_if_needed(*command, raise_on_non_zero_exit: true)
3737
end
3838

3939
def systemd_command(*args)
40-
command = ['/bin/systemctl']
40+
command = ["/bin/systemctl"]
4141

4242
unless fetch(:solid_queue_systemctl_user) == :system
4343
command << "--user"

0 commit comments

Comments
 (0)