Skip to content

Commit

Permalink
Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xx committed Sep 14, 2022
1 parent abc03c5 commit 385ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgcli/pgstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def style_factory(name, cli_style):
logger.error("Unhandled style / class name: %s", token)
else:
# treat as prompt style name (2.0). See default style names here:
# https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/prompt_toolkit/styles/defaults.py
# https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/src/prompt_toolkit/styles/defaults.py
prompt_styles.append((token, cli_style[token]))

override_style = Style([("bottom-toolbar", "noreverse")])
Expand Down

0 comments on commit 385ec87

Please sign in to comment.