From e169ca95a7c1f8b604bc113ef248c64d4ddadf09 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 26 May 2010 22:38:05 +0200 Subject: [PATCH] Fix cut & paste error in error message: wrong directory mentioned --- bin/xen-create-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 9d0ccea..7c99949 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1956,7 +1956,7 @@ EOF The output directory for creating the xen configuration file within doesn\'t exist: - $CONFIG{'dir'} + $CONFIG{ 'output' } Aborting.