quote default limit-output message, since starting a YAML scalar with a special character ('*') can cause some versions to baulk (although others seem ok with it, as long as there are two).

This commit is contained in:
Josh Barnes
2015-10-15 19:34:49 +01:00
parent 331438daf2
commit 443ba6218f
@@ -15,4 +15,4 @@ Parameters:
- name: limit_output_message
description: Message to append when output is limited
input_type: text
default: **OUTPUT MUTED**
default: '**OUTPUT MUTED**'