mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-29 06:06:22 +00:00
Fix typo for group-id CLI parameter
This commit is contained in:
parent
f6d81e3c05
commit
61bc30eb43
@ -43,7 +43,7 @@ public class GetAvatarCommand implements JsonRpcLocalCommand {
|
||||
) throws CommandException {
|
||||
final var contactRecipient = ns.getString("contact");
|
||||
final var profileRecipient = ns.getString("profile");
|
||||
final var groupId = ns.getString("groupId");
|
||||
final var groupId = ns.getString("group-id");
|
||||
|
||||
final InputStream data;
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user