From 721f90a43ff9e37d40fa7a84c9e316e790e425e0 Mon Sep 17 00:00:00 2001 From: rperper Date: Tue, 13 Nov 2018 10:08:28 -0500 Subject: [PATCH] Dumb typo --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index ccc7f56ee..9246cf05f 100644 --- a/install/install.py +++ b/install/install.py @@ -2903,7 +2903,7 @@ class preFlightsChecks: if self.distro == ubuntu: command = 'apt install opendkim-tools' - subprocess.call(shlex.split(command)): + subprocess.call(shlex.split(command)) command = 'mkdir -p /etc/opendkim/keys/' subprocess.call(shlex.split(command))