Skip to content

Commit

Permalink
Update config_manager.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoehler authored Jan 3, 2024
1 parent 21fd8e1 commit e66fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosh-director/lib/bosh/director/api/config_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def create(type, name, config_yaml, team_id = nil)
end

def deploy_config_enabled?
deploy_config = find(type: 'deploy', limit: 999)
deploy_config = find(type: 'deploy')

return !deploy_config.empty?
end
Expand Down

0 comments on commit e66fea9

Please sign in to comment.