From 4b6e4e13159b8db20246818bdce5b893f348ad99 Mon Sep 17 00:00:00 2001 From: Hong L Date: Mon, 27 Mar 2023 11:08:24 -0400 Subject: missing ending quote in instancedata docs(#2094) --- doc/rtd/explanation/instancedata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/rtd/explanation/instancedata.rst b/doc/rtd/explanation/instancedata.rst index 95c588d1..12c53853 100644 --- a/doc/rtd/explanation/instancedata.rst +++ b/doc/rtd/explanation/instancedata.rst @@ -112,7 +112,7 @@ Example: User data script with ``instance-data`` ## template: jinja #!/bin/bash {% if v1.region == 'us-east-2' -%} - echo 'Installing custom proxies for {{ v1.region }} + echo 'Installing custom proxies for {{ v1.region }}' sudo apt-get install my-xtra-fast-stack {%- endif %} ... -- cgit v1.2.1