Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 29, 2018
1 parent 648385b commit f57ae9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosttags.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func (ht *HostTagger) Flush() error {
}

// error case is normal, and occurs with newly created hosts
// Need to distinguish between "host not created" and something
// more horrible
// Need to distinguish between "host does not exist" and something
// more horrible. Perhaps limit number of attempts.
if err := ht.api.AddHostTags(ht.hostname, "", ht.tags); err == nil {
ht.tagged = true
}
Expand Down

0 comments on commit f57ae9a

Please sign in to comment.