Commit ce6f84e
committed
Fix 'occured' -> 'occurred' typo in JGitEnvironmentRepository clone-error log
logger.warn message in JGitEnvironmentRepository.java emitted when
the initial JGit clone to the base directory fails read 'Error
occured cloning to base directory'. The message reaches operators
in spring-cloud-config-server logs. String-literal-only change.1 parent fbf6e76 commit ce6f84e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| |||
0 commit comments