Skip to content

Commit

Permalink
Fix docker_cmd.sh when userspace is not configured (qmk#23997)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and pcwa-ahendricks committed Jul 2, 2024
1 parent 8591082 commit a19585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/userspace/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
def userspace_path(cli):
print(QMK_USERSPACE)
print(QMK_USERSPACE or '')
return

0 comments on commit a19585c

Please sign in to comment.