Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 sg-report-host-history |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sg-report-host-history b/sg-report-host-history
index ad9f248..f4e73e9 100755
--- a/sg-report-host-history
+++ b/sg-report-host-history
@@ -136,7 +136,7 @@ sub reporthost ($) {
 
     die if $hostname =~ m/[^-_.+0-9a-z]/;
 
-    my $html_file= "$htmlout/host.$hostname.html";
+    my $html_file= "$htmlout/$hostname.html";
     open H, "> $html_file.new" or die "$html_file $!";
 
     my $title= "host history $hostname\n";
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to