From f4376f6d11d08ed10ade101b89c529b6d733c335 Mon Sep 17 00:00:00 2001 From: Joe Harrison <53116754+sudo-kraken@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:52:00 +0000 Subject: [PATCH] Update podcheck.sh - placeholder eliminated Fixed placeholder for github location --- podcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podcheck.sh b/podcheck.sh index 20b7087..a6e8b64 100644 --- a/podcheck.sh +++ b/podcheck.sh @@ -88,7 +88,7 @@ self_update_curl() { self_update() { cd "$ScriptWorkDir" || { printf "Path error, skipping update.\n" ; return ; } - if [[ $(command -v git) ]] && [[ "$(git ls-remote --get-url 2>/dev/null)" =~ .*"yourusername/podcheck".* ]] ; then + if [[ $(command -v git) ]] && [[ "$(git ls-remote --get-url 2>/dev/null)" =~ .*"sudo-kraken/podcheck".* ]] ; then printf "\n%s\n" "Pulling the latest version." git pull --force || { printf "Git error, manually pull/clone.\n" ; return ; } printf "\n%s\n" "--- starting over with the updated version ---"