From c09a7cea670b602262b37e338ea78d11bd433174 Mon Sep 17 00:00:00 2001 From: Adam Cecile Date: Wed, 14 Dec 2016 20:28:31 +0100 Subject: [PATCH] Typo --- wrapper-scripts/aacraid-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper-scripts/aacraid-status b/wrapper-scripts/aacraid-status index 6ee9443..e815de0 100644 --- a/wrapper-scripts/aacraid-status +++ b/wrapper-scripts/aacraid-status @@ -268,7 +268,7 @@ if printarray: bad = True else: nagiosgoodarray += 1 - cmd = '"%s" GETSTATUS %s', (arcconfpath, controllerid) + cmd = '"%s" GETSTATUS %s' % (arcconfpath, controllerid) output = getOutput(cmd) tasksinfo = returnControllerTasks(output) done = False