From 705494fedb9480700f9940a1c65af199fc192d5d Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 30 Oct 2014 13:49:02 -0600 Subject: [PATCH] Remove extra lines --- salt/utils/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py index 6beb91dba8..9d2664a2db 100644 --- a/salt/utils/__init__.py +++ b/salt/utils/__init__.py @@ -672,8 +672,6 @@ def check_or_die(command): raise CommandNotFoundError(command) - - def backup_minion(path, bkroot): ''' Backup a file on the minion