From 30e0322907d7b2cab832c3b18355cc92161b7d59 Mon Sep 17 00:00:00 2001 From: Ronaldo Dias Date: Sun, 7 Jun 2026 03:06:43 -0300 Subject: [PATCH] Atualiza REPO_URL para health-check nos scripts de setup Co-Authored-By: Claude Sonnet 4.6 --- setup.fish | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.fish b/setup.fish index 1d70117..e073b5a 100644 --- a/setup.fish +++ b/setup.fish @@ -1,6 +1,6 @@ #!/usr/bin/env fish -set REPO_URL "https://github.com/SantosFC/health-monitor.git" +set REPO_URL "https://github.com/SantosFC/health-check.git" set INSTALL_DIR "$HOME/src/health-monitor" set CONFIG_FILE "$HOME/.config/health-monitor" diff --git a/setup.sh b/setup.sh index 55e3796..f7632cc 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -REPO_URL="https://github.com/SantosFC/health-monitor.git" +REPO_URL="https://github.com/SantosFC/health-check.git" INSTALL_DIR="${HOME}/src/health-monitor" CONFIG_FILE="${HOME}/.config/health-monitor"