From d05c97afef09bc06efe843799f0cf35219389f41 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 21 Nov 2013 15:52:26 +0100 Subject: [PATCH] Fix indentation for sed plugin --- plugins/sed/tasks.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/sed/tasks.py b/plugins/sed/tasks.py index 49f1d4b..4cdd171 100644 --- a/plugins/sed/tasks.py +++ b/plugins/sed/tasks.py @@ -6,10 +6,10 @@ import os class DoSeds(Task): - description = 'Sedding files' - phase = phases.system_modification + description = 'Sedding files' + phase = phases.system_modification after = [AptUpgrade] - def run(self, info): - chroot_path = os.path.join(info.root, info.manifest.plugins['sed']['file']) - sed_i(chroot_path, info.manifest.plugins['sed']['find'], info.manifest.plugins['sed']['replace']) + def run(self, info): + chroot_path = os.path.join(info.root, info.manifest.plugins['sed']['file']) + sed_i(chroot_path, info.manifest.plugins['sed']['find'], info.manifest.plugins['sed']['replace'])