fix tilde markdown

This commit is contained in:
Aleksandr Chebotov
2020-01-13 14:21:56 +03:00
parent 2199a6cd50
commit 9c78c9ea28
3 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ done
# Document what was added to the image
echo "Lastly, documenting what we added to the metadata file"
DocumentInstalledItem "Clang 6.0 ($(clang-6.0 --version | head -n 1))"
DocumentInstalledItem "Clang 6.0 ($(clang-6.0 --version | head -n 1 | sed 's/~/\\~/g'))"