Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious authored Dec 13, 2024
1 parent 3bf776a commit 7a43f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a43f95

Please sign in to comment.