From 60c5d163301a5ab70514d644b2e9c52c3f844abd Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 19 Aug 2015 19:43:37 +0100 Subject: [PATCH] One more missed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54426f2cb974..8c0747a4a18b 100755 --- a/setup.py +++ b/setup.py @@ -209,7 +209,7 @@ def run(self): ) -class WriteSaltSshPackaingFile(Command): +class WriteSaltSshPackagingFile(Command): description = 'Write salt\'s ssh packaging file' user_options = []