change backitup submodule name to match path

the path for the submodule was changed in commit
12b1655b6c, but the submodule
name was never updated to reflect it.
This commit is contained in:
Benjamin Denhartog 2018-03-08 06:47:43 -08:00
parent 25eae73817
commit bdfc24a727
No known key found for this signature in database
GPG key ID: 1F3358A137D0D25C

2
.gitmodules vendored
View file

@ -4,7 +4,7 @@
[submodule "roles/networkmanager/files/nmtrust"]
path = roles/networkmanager/files/nmtrust
url = https://github.com/pigmonkey/nmtrust.git
[submodule "roles/cryptshot/files/backitup"]
[submodule "roles/backitup/files/backitup"]
path = roles/backitup/files/backitup
url = https://github.com/pigmonkey/backitup
[submodule "roles/cryptshot/files/cryptshot"]