Skip to content

Commit

Permalink
fix missing ']' in warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Wolfram Sang authored and stephenfin committed Mar 5, 2024
1 parent 6eea397 commit 4e2eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main(argv=sys.argv[1:]):
sys.stderr.write(
f"The default backend will change from 'xmlrpc' to 'rest' in a "
f"future version. You should explicitly set "
f"'[{project_str} backend' in pwclientrc to explicitly opt-in "
f"'[{project_str}] backend' in pwclientrc to explicitly opt-in "
f"to a specific backend\n"
)

Expand Down

0 comments on commit 4e2eaf5

Please sign in to comment.