Skip to content

Commit

Permalink
Minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn committed Apr 26, 2018
1 parent b2fad5d commit 9fada0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/token_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ func (ts *TokenStore) revokeSalted(ctx context.Context, saltedID string) (ret er
// Delete the the child storage entry after we update the token entry Since
// paths are not deeply nested (i.e. they are simply
// parenPrefix/<parentID>/<childID>), we can simply call view.Delete instead
// of view.ClearView
// of logical.ClearView
index := parentPath + child
err = ts.view.Delete(ctx, index)
if err != nil {
Expand Down

0 comments on commit 9fada0b

Please sign in to comment.