Skip to content

Commit 4252a8d

Browse files
authored
Merge pull request SteeltoeOSS#1 from SteelToeOSS/fifthposition-patch-1
Correct Spring Cloud Config Git URI
2 parents 88c2d4f + dadde6b commit 4252a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring:
2020
config:
2121
server:
2222
git:
23-
uri: https://github.com/steeltoe/config-repo
23+
uri: https://github.com/steeltoeoss/config-repo
2424
basedir: target/config
2525

2626
---

0 commit comments

Comments
 (0)