Skip to content

Commit

Permalink
update settings table caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaloog committed Nov 22, 2023
1 parent 90445e9 commit 60a096f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ concurrency:
jobs:
prepare:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.event.ref == 'refs/tags/v${{ github.event.release.tag_name }}' && github.event.before == github.sha
outputs:
wheel-distribution: ${{ steps.wheel-distribution.outputs.path }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion src/kanban_python/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ def create_config_table():
title=":hammer_and_wrench: [grey69]Settings Overview[/]:hammer_and_wrench:",
highlight=True,
show_header=True,
caption="pykanban.ini file is located in your [light_green]$Home[/] Directory",
caption="pykanban.ini file is located in your "
+ "[light_green]$Home/.kanban-python[/] Directory",
)
for col in ["Option", "Current Value"]:
settings_table.add_column(
Expand Down

0 comments on commit 60a096f

Please sign in to comment.