fix typo in path

This commit is contained in:
Nathaniel Landau
2021-07-21 10:37:24 -04:00
parent cda0de5f1d
commit 0b7b88b5e5
2 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@@ -5,5 +5,5 @@
path = test/test_helper/bats-file path = test/test_helper/bats-file
url = https://github.com/bats-core/bats-file url = https://github.com/bats-core/bats-file
[submodule "test/test_helper/bats-asser"] [submodule "test/test_helper/bats-asser"]
path = test/test_helper/bats-asser path = test/test_helper/bats-assert
url = https://github.com/ztombol/bats-assert url = https://github.com/ztombol/bats-assert