From e6561d4b81d009e18fed54f41e893034262f8999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Liberoff=20V=C3=A1zquez?= <rliberoff@encamina.com> Date: Tue, 21 May 2024 09:55:36 +0200 Subject: [PATCH] Changed EOL from `CR LF` (Windows) to `LF` (Linux) --- install/install_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_linux.sh b/install/install_linux.sh index f8c8192..36fdb2e 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -1,6 +1,6 @@ echo "" set -e - + # GitHub Org and repo hosting AI Hub GitHubOrg="azure" GitHubRepo="aihub"