Files
cfengine-documentation/0001-fix-endraw-syntax.patch
Klaus Kämpf 2274edf6b8 - Update to version 3.16.0+git20200623.c8d0489ca00e:
* Redacted reference to js
  * Removed old tracking reference
  * Generate cf-secret help output for inclusion in docs
  * Show more detail for debugging the build
  * Fix path to nova binary
  * Fix syntax error, missing then in if statement
  * Add more debugging output for --help extraction
  * Try to generate output for cf-hub, and start warning if a component is missing
  * Extract help output from cf-check for rendering in docs
  * Got rid of version specific lib dir rendering support

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine-documentation?expand=0&rev=5
2020-09-24 09:22:07 +00:00

26 lines
670 B
Diff

From 76a5a56b3781b85e343e5302ab38b051f4627ab8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Thu, 24 Sep 2020 10:04:54 +0200
Subject: [PATCH] fix endraw syntax
---
cheatsheet.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cheatsheet.markdown b/cheatsheet.markdown
index f03585da6db3..7eb429436f97 100644
--- a/cheatsheet.markdown
+++ b/cheatsheet.markdown
@@ -525,7 +525,7 @@ show the actual variables will need to be inside of raw tags.
{% raw %}
site.CFE_manuals_version {{ site.CFE_manuals_version }}
-{% endraw %**
+{% endraw %}
# Testing
## Indention with included markdown
--
2.26.0