Skip to content

Commit

Permalink
Fix submodule git url
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade committed Jun 17, 2021
1 parent 26e83dc commit 2999e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "azure_guardrails/shared/azure-policy"]
path = azure_guardrails/shared/azure-policy
url = git@github.com:Azure/azure-policy.git
url = https://github.com/Azure/azure-policy.git
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ bandit==1.7.0

# Testing
nose==1.3.7
pytest==6.2.3
pytest==6.2.4
coverage==5.5
pylint==2.7.4
pylint==2.8.3
invoke==1.5.0

# Terraform testing
Expand Down

0 comments on commit 2999e32

Please sign in to comment.