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 AJO-Python committed Jul 7, 2024
1 parent a747135 commit f49370c
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 f49370c

Please sign in to comment.