From 9f718e8632da548e96ab1bac9130c45463d46fc8 Mon Sep 17 00:00:00 2001 From: Fata Nugraha Date: Mon, 7 Aug 2023 09:19:31 +0700 Subject: Fix typo --- sshuttle/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshuttle/client.py b/sshuttle/client.py index 5dbb7ad..c652f65 100644 --- a/sshuttle/client.py +++ b/sshuttle/client.py @@ -845,7 +845,7 @@ def main(listenip_v6, listenip_v4, try: group = getgrnam(group).gr_gid except KeyError: - raise Fatal("User %s does not exist." % user) + raise Fatal("Group %s does not exist." % user) required.group = False if group is None else True if not required.ipv6 and len(subnets_v6) > 0: -- cgit v1.2.3