Skip to content

Commit

Permalink
fixup: http not ssh git
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Aug 2, 2023
1 parent 08c113c commit a979cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/open-feature/schemas.git
[submodule "providers/flagd/test-harness"]
path = providers/flagd/test-harness
url = git@github.com:open-feature/test-harness.git
url = https://github.com/open-feature/test-harness.git
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<argument>submodule</argument>
<argument>update</argument>
<argument>--init</argument>
<argument>--recursive</argument>
<argument>schemas</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit a979cd4

Please sign in to comment.