Updated nextcloud inventory to use new PHP support.

development
Shawn Davis 3 years ago
parent 57236f5f3e
commit 10c1c88b0b
  1. 2
      scripttease/lib/snippets/messages.py

@ -7,7 +7,7 @@ messages = {
'clear;'
],
'echo': 'echo "{{ args[0] }}"',
'explain': "{{ args[0] }}",
'explain': "{{ args[0] }} ",
'screenshot': [
'{% if output == "md" %}',
"![{% if caption %}{{ caption }}]({{ args[0] }})",

Loading…
Cancel
Save