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:
parent
d76850627a
commit
30e0322907
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue