Skip to content

Commit

Permalink
Merge pull request #8087 from Luflosi/fix-typo-in-comment
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
Stebalien authored Apr 22, 2021
2 parents a4e14fb + b3f054f commit dc3d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func scrubPrivKey(cfg *config.Config) (map[string]interface{}, error) {
return cfgMap, nil
}

// transformConfig returns old config and new config instead of difference between they,
// transformConfig returns old config and new config instead of difference between them,
// because apply command can provide stable API through this way.
// If dryRun is true, repo's config should not be updated and persisted
// to storage. Otherwise, repo's config should be updated and persisted
Expand Down

0 comments on commit dc3d8ab

Please sign in to comment.