mirror of
https://github.com/weaveworks/scope.git
synced 2026-04-05 18:26:59 +00:00
Check earlier for blank records file
This commit is contained in:
@@ -142,6 +142,9 @@ func main() {
|
||||
bigScan(dynamoDBConfig, scanner.segments, pagesPerDot)
|
||||
return
|
||||
}
|
||||
if recordsFile == "" {
|
||||
checkFatal(fmt.Errorf("Must set one of -delete-records-file or -big-scan."))
|
||||
}
|
||||
|
||||
orgs := setupOrgs(orgsFile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user