Skip to content
Snippets Groups Projects
Verified Commit 496524a3 authored by MickGe's avatar MickGe :tiger2:
Browse files

Fix markdown color syntaxing

parent 3282f442
No related branches found
No related tags found
No related merge requests found
Pipeline #29095 passed
......@@ -16,7 +16,7 @@ Plutôt que des outils d'administration complexes, nous utilisons pour administr
Pour installer la fonction, il faut ajouter dans son Bashrc (ou ZSHrc, ou équivalent) :
```shellcheckrc
```bashrc
function synadm { curl -X "$1" -H "Content-Type: application/json" -H "Authorization: Bearer $SYNAPSE_TOKEN" "https://$SYNAPSE_HS/_synapse/admin/$2" "${@:3}" }
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment