From b11af591e421978e74ce8d115cf0351fb4bdfe16 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 28 Jun 2020 23:29:49 -0400 Subject: [PATCH] typo fix --- src/commands/systemd_linger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/systemd_linger.ts b/src/commands/systemd_linger.ts index 025d6d8..f77eb79 100644 --- a/src/commands/systemd_linger.ts +++ b/src/commands/systemd_linger.ts @@ -20,7 +20,7 @@ export default class SystemdD_Linger extends Command { switch (args[0]) { case 'enable': await this.client.util.exec(`loginctl enable-linger ${account.username}`); - this.success(message.channel, 'Successfully activated SystemdD linger.'); + this.success(message.channel, 'Successfully activated SystemD linger.'); break; case 'disable': await this.client.util.exec(`loginctl disable-linger ${account.username}`);