From 7a43f956a2b161b3c709e2f19462b0796892c915 Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 13 Dec 2024 13:05:13 -0600 Subject: [PATCH] Apply suggestions from code review --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a9d67df7..66e1caa7 100755 --- a/install.sh +++ b/install.sh @@ -88,7 +88,7 @@ install_cli() { echo "Installing the OpsLevel CLI to '$TARGET_DIR' ..." fi - mv "$TMP_DIR/opslevel" /usr/local/bin/ + mv "$TMP_DIR/opslevel" "$TARGET_DIR" if [ $? -ne 0 ]; then echo "Installation failed." exit 1