From 3b49124ee356c9b51f1f2f1615d66e83d47cde1f Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 27 Mar 2012 22:45:42 -0400 Subject: [PATCH] Fix misspelling of Ubuntu so tdl is properly found. Found while looking at issue #29. Signed-off-by: Jeff Peeler --- bin/heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/heat b/bin/heat index 20e36280..1791bbce 100755 --- a/bin/heat +++ b/bin/heat @@ -242,7 +242,7 @@ def jeos_create(options, arguments): elif distro == 'F17': iso = '/var/lib/libvirt/images/Fedora-17-x86_64-DVD.iso' elif distro == 'U10': - iso = '/var/lib/libvirt/images/ubutnu-10.04.3-server-amd64.iso' + iso = '/var/lib/libvirt/images/ubuntu-10.04.3-server-amd64.iso' else: print 'distro %s not supported' % distro print 'try: F15, F16, F17 or U10' -- 2.45.2