Skip to content

Commit 356d7b1

Browse files
committed
Remove duplicate docker? check in helper
1 parent d4ad30a commit 356d7b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/models/runtime/process_model.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,6 @@ def permitted_users
576576
end
577577

578578
def docker_run_action_user
579-
return AppModel::DEFAULT_CONTAINER_USER unless docker?
580-
581579
desired_droplet&.docker_user.presence || AppModel::DEFAULT_DOCKER_CONTAINER_USER
582580
end
583581

0 commit comments

Comments
 (0)