STYLE: remove code-verbatim quotes from packaging/debian/add-debian-repo.sh

Mark Olesen
2020-11-09 12:27:54 +01:00
parent 27d21e6153
commit c743c82433

@ -1,4 +1,3 @@
```
#!/bin/bash
# -----------------------------------------------------------------------------
# Add openfoam debian/ubuntu repository
@ -149,4 +148,3 @@ echo
echo "The repository is setup! You can now install packages."
# ---------------------------------------------------------------------------
```