fixed ambiguous UTF-8 chars

This commit is contained in:
Lucas Frérot 2024-12-30 23:58:43 +01:00
parent 038424b526
commit 1bc69e350b
No known key found for this signature in database
GPG Key ID: 03B54A50E3FBA7E8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Lucas Frérot # Author: Lucas Frérot
# Affiliation: # Affiliation:
# Sorbonne Université, CNRS, Institut Jean Le Rond dAlembert, # Sorbonne Université, CNRS, Institut Jean Le Rond d'Alembert,
# F-75005 Paris, France # F-75005 Paris, France
# #
# Copyright © 2024 Lucas Frérot # Copyright © 2024 Lucas Frérot
@ -35,7 +35,7 @@ readonly NC='\033[0m'
readonly ENDPOINT="https://git.dalembert.upmc.fr/api/v1" readonly ENDPOINT="https://git.dalembert.upmc.fr/api/v1"
# Lab info # Lab info
readonly AFFILIATION="Sorbonne Université, CNRS, Institut Jean Le Rond dAlembert, F-75005 Paris, France" readonly AFFILIATION="Sorbonne Université, CNRS, Institut Jean Le Rond d'Alembert, F-75005 Paris, France"
# ----------------- Logging commands ----------------------- # ----------------- Logging commands -----------------------