DEV: Whitespace fix

This commit is contained in:
Jarek Radosz 2023-01-26 11:34:03 +01:00
parent bb94c35435
commit 633bc2c414
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class DockerManager::Upgrader
end
def unicorn_launcher_pid
`ps aux | grep unicorn_launcher | grep -v sudo | grep -v grep | awk '{ print $2 }'`.strip.to_i
`ps aux | grep unicorn_launcher | grep -v sudo | grep -v grep | awk '{ print $2 }'`.strip.to_i
end
def unicorn_master_pid