Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fixed some bugs for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jimni1222 committed Jul 8, 2022
1 parent e7600e4 commit deda41e
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/klaytn/klaytn-integration-tests.git
[submodule "conformance-test/src/test/resources/caver-conformance-tests"]
path = conformance-test/src/test/resources/caver-conformance-tests
url = https://github.com/ground-x/caver-conformance-tests.git
url = https://github.com/Krustuniverse-Klaytn-Group/caver-conformance-tests.git
2 changes: 1 addition & 1 deletion find_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
versionString = m.group(1)
versionString = versionString[1:]
versionString = versionString[:-1]
print versionString
print(versionString)

0 comments on commit deda41e

Please sign in to comment.