Skip to content

Commit 893f897

Browse files
committed
doc: fix remoteurl
1 parent cec1b54 commit 893f897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MainProject(ConanFile):
2525
]
2626

2727

28-
def get_remote_url():
28+
def get_remote_url(self):
2929
parsed = urlparse(self.url)
3030

3131
if parsed.scheme not in ("http", "https"):

0 commit comments

Comments
 (0)