fixed ambiguous UTF-8 chars
This commit is contained in:
parent
038424b526
commit
1bc69e350b
4
rtenets
4
rtenets
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Author: Lucas Frérot
|
||||
# Affiliation:
|
||||
# Sorbonne Université, CNRS, Institut Jean Le Rond d’Alembert,
|
||||
# Sorbonne Université, CNRS, Institut Jean Le Rond d'Alembert,
|
||||
# F-75005 Paris, France
|
||||
#
|
||||
# Copyright © 2024 Lucas Frérot
|
||||
|
@ -35,7 +35,7 @@ readonly NC='\033[0m'
|
|||
readonly ENDPOINT="https://git.dalembert.upmc.fr/api/v1"
|
||||
|
||||
# Lab info
|
||||
readonly AFFILIATION="Sorbonne Université, CNRS, Institut Jean Le Rond d’Alembert, F-75005 Paris, France"
|
||||
readonly AFFILIATION="Sorbonne Université, CNRS, Institut Jean Le Rond d'Alembert, F-75005 Paris, France"
|
||||
|
||||
# ----------------- Logging commands -----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue