fix: wrong script path

This commit is contained in:
Víctor Falcón 2026-01-16 19:21:22 +01:00
parent 44f2efab87
commit 7cec6c0053
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ check_and_setup_repo() {
echo -e "${YELLOW}Changing to ${REPO_DIR} directory...${NC}"
cd "$REPO_DIR"
# Re-execute the script from the new directory with original arguments
exec "./whisper-money.sh" "$@"
exec "./whispermoney" "$@"
fi
# Not in repo and repo directory doesn't exist - prompt to clone