Skip to content

Commit

Permalink
Fix docker_cmd.sh when userspace is not configured (#23997)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jun 26, 2024
1 parent 0b572a1 commit cebe521
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 cebe521

Please sign in to comment.