Skip to content

Commit

Permalink
Change a comment to bump CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <sune.keller@gmail.com>
  • Loading branch information
sirlatrom committed Sep 10, 2018
1 parent 2dfe7ac commit bd6fc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/secrets/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (s *secrets) Reset() {
type taskRestrictedSecretsProvider struct {
secrets exec.SecretGetter
secretIDs map[string]struct{} // allow list of secret ids
secretMappings map[string]string // replace ID in key with ID in value
secretMappings map[string]string // for mapping referenced secret id to an internal secret
}

func (sp *taskRestrictedSecretsProvider) Get(secretID string) (*api.Secret, error) {
Expand Down

0 comments on commit bd6fc3b

Please sign in to comment.