Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed May 23, 2018
1 parent b548d13 commit 804370e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ func main() {
txs = append(txs, cortex.Taxonomy{
Namespace: namespace,
Predicate: predicate,
Level: "safe",
Level: cortex.TxSafe,
Value: "0",
})
} else {
txs = append(txs, cortex.Taxonomy{
Namespace: namespace,
Predicate: predicate,
Level: "suspicious",
Level: cortex.TxSuspicious,
Value: strconv.FormatInt(int64(len(rep.Results[0])), 10),
})
}
Expand Down

0 comments on commit 804370e

Please sign in to comment.