changeset 5:fb762ef764a9 draft

Uploaded
author yhoogstrate
date Thu, 02 Apr 2015 08:19:36 -0400
parents c9b1bbe7bdac
children b92f986bd0ab
files fuma.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fuma.xml	Thu Apr 02 08:16:45 2015 -0400
+++ b/fuma.xml	Thu Apr 02 08:19:36 2015 -0400
@@ -45,7 +45,7 @@
 		
 		
 		
-		#if $output_format == "list_boolean"
+		#if $output_format.value == "list_boolean"
 			fuma-list-to-boolean-list -o tmp.txt $fuma_overview &&
 			mv tmp.txt $fuma_overview
 		#end if