From daniel at danielhall.me Tue Feb 21 01:12:30 2012 From: daniel at danielhall.me (Daniel Hall) Date: Tue, 21 Feb 2012 12:12:30 +1100 Subject: [Thincrust-devel] Small Patch Message-ID: Hey all, I noticed a small error in the latest master. Here is a patch to correct the issue. :D commit 9e84762ad889e5b4aac2b73a18fef8040fad71b5 Author: Daniel Hall Date: Tue Feb 21 11:53:53 2012 +1100 Fixed a small typo diff --git a/ec2convert/ec2config.py b/ec2convert/ec2config.py index 2fa47f8..f395603 100644 --- a/ec2convert/ec2config.py +++ b/ec2convert/ec2config.py @@ -156,7 +156,7 @@ def convert(imagefile, inputtype, tmpdirectory, checkrpms, sshconfig, newimagepa elif inputtype == "diskimage": fsutil = fs.LoopBackDiskImage() - elif options.inputtype == "directory": + elif inputtype == "directory": fsutil = fs.DirectoryImage() else: -- Cheers, Daniel Hall http://www.danielhall.me/