Skip to content

Commit

Permalink
Suggest different command for transfer of file ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Jan 6, 2025
1 parent 6fa9b0e commit 928c7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/cli/scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _validate_root_directory(root_path: Path, required_gid: int | None) -> None:
getent group 1000 | cut -d: -f1
You can transfer ownership, if you have sufficient permissions, with the chown
You can transfer ownership, if you have sufficient permissions, with the chgrp
command.
""")
)
Expand Down

0 comments on commit 928c7b0

Please sign in to comment.