Skip to content

Commit

Permalink
Update comment (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless authored Mar 13, 2024
1 parent 779a25f commit 60db77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/agent/startupsettings/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (s *startupSettingsWriter) setFlags() error {
for flag, getter := range s.storedFlags {
updatedFlags[flag.String()] = getter()
}
updatedFlags["use_tuf_autoupdater"] = "enabled" // Hardcode for backwards compatibility
updatedFlags["use_tuf_autoupdater"] = "enabled" // Hardcode for backwards compatibility circa v1.5.3

if _, err := s.kvStore.Update(updatedFlags); err != nil {
return fmt.Errorf("updating flags: %w", err)
Expand Down

0 comments on commit 60db77f

Please sign in to comment.