Skip to content

Commit 9e84d02

Browse files
author
Olli-Pekka Puolitaival
committed
Match string and arguments amount
1 parent ec98e50 commit 9e84d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ def publish(all_refs=None, msg=None, top=True):
20412041
if repo.is_local:
20422042
error(
20432043
"%s \"%s\" in \"%s\" is a local repository.\nPlease associate it with a remote repository URL before attempting to publish.\n"
2044-
"Read more about publishing local repositories here:\nhttps://github.com/ARMmbed/mbed-cli/#publishing-local-program-or-library" % ("Program" if top else "Library", repo.name, repo.path, repo.scm.name), 1)
2044+
"Read more about publishing local repositories here:\nhttps://github.com/ARMmbed/mbed-cli/#publishing-local-program-or-library" % ("Program" if top else "Library", repo.name, repo.path), 1)
20452045

20462046
for lib in repo.libs:
20472047
if lib.check_repo():

0 commit comments

Comments
 (0)