missing '(' in code snippet on package detail page

This commit is contained in:
Thomas Smith 2022-11-01 11:01:54 -04:00
parent 8aab35c492
commit 99b1c83769

View file

@ -39,7 +39,7 @@
<script type="text/javascript">
document.getElementById("shortcodeCopy").value = "sh <curl tea.xyz) +{{- .Title -}}";
document.getElementById("shortcodeCopy").value = "sh <(curl tea.xyz) +{{- .Title -}}";
</script>