From 4e1aa17bf65df8a67cd777e84dd9b934557556a4 Mon Sep 17 00:00:00 2001 From: Didi Hoffmann Date: Fri, 29 Sep 2023 10:59:15 +0200 Subject: [PATCH] typo fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index edb9a02..b8cf45b 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ install_xcode_clt() { # Call the function to ensure Xcode Command Line Tools are installed install_xcode_clt -ZIP_LOCATION=$(curl -s https://api.github.com/repos/green-coding-berlin/hog/releases/latest | grep -o 'https://[^"]*/hog_power_logger.zip’) +ZIP_LOCATION=$(curl -s https://api.github.com/repos/green-coding-berlin/hog/releases/latest | grep -o 'https://[^"]*/hog_power_logger.zip') curl -fLo /tmp/latest_release.zip $ZIP_LOCATION mkdir -p /usr/local/bin/hog