Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix exsit typo
  • Loading branch information
InnovativeInventor committed Jun 23, 2021
commit f5c45b598aeab8f1e9814bb0b05590d582dc9968
2 changes: 1 addition & 1 deletion git/objects/submodule/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def add(cls, repo, name, path, url=None, branch=None, no_checkout=False, depth=N
mrepo = None
if url is None:
if not has_module:
raise ValueError("A URL was not given and existing repository did not exsit at %s" % path)
raise ValueError("A URL was not given and existing repository did not exist at %s" % path)
# END check url
mrepo = sm.module()
urls = [r.url for r in mrepo.remotes]
Expand Down