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"