diff options
author | 2024-08-09 19:52:10 +0100 | |
---|---|---|
committer | 2024-08-09 19:52:10 +0100 | |
commit | 5c275fc34109cd24f20dcebadad33c334165ed76 (patch) | |
tree | 7dd39a5c4d548d4f5be7f85070b82e37c08150b2 /.gitmodules | |
parent | Move gitmodules to HTTP instead of SSH (diff) |
Correct previous commit in submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8cb5e98..19fad4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/jchristgit/ansible-role-nftables.git [submodule "ansible/roles/prometheus-postgres-exporter"] path = ansible/roles/prometheus-postgres-exporter - url = https://github.com:jchristgit/ansible-role-prometheus-postgres-exporter.git + url = https://github.com/jchristgit/ansible-role-prometheus-postgres-exporter.git |