aboutsummaryrefslogtreecommitdiff
path: root/steuermann/specfile.exy
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/specfile.exy')
-rw-r--r--steuermann/specfile.exy2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/specfile.exy b/steuermann/specfile.exy
index 38211aa..346ee20 100644
--- a/steuermann/specfile.exy
+++ b/steuermann/specfile.exy
@@ -88,7 +88,7 @@ parser specfile:
##
#
rule cond_command<<table_name,hostlist>> :
- IF name COLON command
+ IF name COLON command
{{ if nodes.check_condition(name, self._scanner.filename ) : self.data.add_command_list( table_name, hostlist, [ command ] ) }}
| IFNOT name COLON command
{{ if not nodes.check_condition(name, self._scanner.filename ) : self.data.add_command_list( table_name, hostlist, [ command ] ) }}