commit | 2231af9ebc453d2a8ffcdd9c68504e0a78b8d3a3 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu May 04 17:41:55 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu May 04 17:45:56 2017 +0200 |
tree | f2fffce90ab0c029ce586f619cb97cc3de630e93 | |
parent | d4d60cc525dff850c782f8438c0168644d111cd1 [diff] |
Fix proper escaping in meta/sphinx.yml
diff --git a/sphinx/meta/sphinx.yml b/sphinx/meta/sphinx.yml index 884533d..311bd3e 100644 --- a/sphinx/meta/sphinx.yml +++ b/sphinx/meta/sphinx.yml
@@ -8,4 +8,4 @@ name: server param: version: - value: {{ salt['cmd.run']('sphinx-build --version')|replace('Sphinx (sphinx-build) ', '') }} + value: "{{ salt['cmd.run']('sphinx-build --version 2>/dev/null || echo unknown')|replace('Sphinx (sphinx-build) ', '') }}"