I'm on a roll.

How do program.
This commit is contained in:
Paddy 2017-12-06 12:01:30 -08:00
parent f717f878e7
commit 04fb54a8fc

View File

@ -63,7 +63,7 @@ func testSweepDatabases(region string) error {
if !testDbInstance {
continue
}
if !d.State == "RUNNABLE" {
if d.State != "RUNNABLE" {
continue
}
running[d.Name] = struct{}{}