Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Diff suppress timestamp for dataproc cluster autoDeleteTime
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
emilymye authored and modular-magician committed Jan 11, 2020
1 parent 256be45 commit e7f62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/google_sql_database_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def authorized_networks
end

def primary_ip_address
return '' if !@ip_addresses.size == 0 || @ip_addresses[0].ip_address.nil?
return '' if !@ip_addresses.size.zero? || @ip_addresses[0].ip_address.nil?
@ip_addresses[0].ip_address
end

Expand Down

0 comments on commit e7f62a9

Please sign in to comment.