Skip to content

Commit

Permalink
Fix wrong command suggestion with missing home dir
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
joelspadin committed Oct 6, 2024
1 parent d1cdfa7 commit 42d1143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmk/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ class FatalHomeMissing(FatalError):
def __init__(self, path: Path):
super().__init__(
f'Home directory "{path}" is missing.\n'
'Run "zmk config user.home=/path/to/zmk-config" if you moved it, '
'Run "zmk config user.home /path/to/zmk-config" if you moved it, '
'or run "zmk init" to create a new config repo.'
)

0 comments on commit 42d1143

Please sign in to comment.