Atualiza REPO_URL para health-check nos scripts de setup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ronaldo Dias 2026-06-07 03:06:43 -03:00
parent d76850627a
commit 30e0322907
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish #!/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 INSTALL_DIR "$HOME/src/health-monitor"
set CONFIG_FILE "$HOME/.config/health-monitor" set CONFIG_FILE "$HOME/.config/health-monitor"

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail 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" INSTALL_DIR="${HOME}/src/health-monitor"
CONFIG_FILE="${HOME}/.config/health-monitor" CONFIG_FILE="${HOME}/.config/health-monitor"