Skip to content

Commit b5d90c4

Browse files
committed
Fix Rubocop Rails 2.34.1 warning
1 parent bf8d0fa commit b5d90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cloud_controller/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def ensure_config_has_database_parts(config)
7373
end
7474

7575
def abort_no_db_connection!
76-
abort('No database connection set (consider setting DB_CONNECTION_STRING)')
76+
raise 'No database connection set (consider setting DB_CONNECTION_STRING)'
7777
end
7878

7979
def sanitize(config)

0 commit comments

Comments
 (0)