From bf1f1599fcd4b334bfdbb0ff669ce39cb98cf654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sauv=C3=A8re?= Date: Wed, 20 Mar 2024 09:40:53 +0100 Subject: [PATCH] fix a typo in the KubeCon + CloudNativeCon Europe 2024 script --- kubecon-eu-24-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubecon-eu-24-all.sh b/kubecon-eu-24-all.sh index b40873d..c37e0d5 100755 --- a/kubecon-eu-24-all.sh +++ b/kubecon-eu-24-all.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2023 ... +echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2024... (trap 'kill 0' SIGINT; \ ./colocatedeventseu2024.sh & \