Fix performance issue in Helm#can_uninstall?
Calling #present? was causing a DB query to happen each time around the loop. We only wanted to check for nil as it's nil in the first loop around so there is no need for #present?
Showing
Please register or sign in to comment