From 1bc69e350bfc463e52f0f7d0d14cffd41e25877b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Fr=C3=A9rot?= Date: Mon, 30 Dec 2024 23:58:43 +0100 Subject: [PATCH] fixed ambiguous UTF-8 chars --- rtenets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtenets b/rtenets index 4a2eaf9..181554d 100755 --- a/rtenets +++ b/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 -----------------------