Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix "take" command not honouring user option
"take" was simply a partial on "assign", but accidentally used the value of $USER from the environment rather than `opts["user"]`, preventing the user from overriding this value in config.yml or as a command-line argument.
- Loading branch information