Skip to content

Commit

Permalink
Update installer repo URL
Browse files Browse the repository at this point in the history
- Update the repository URL in the installer script

[installer.sh]
- Change the repo URL from `https://github.com/example/repo.git` to `https://github.com/askrella/whatsapp-chatgpt.git`
  • Loading branch information
Shubham Verlekar committed Feb 19, 2023
1 parent 04a68f0 commit 371ceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ esac

# Clone Git repo and run Docker Compose
echo "Cloning Git repo..."
git clone https://github.com/example/repo.git
git clone https://github.com/askrella/whatsapp-chatgpt.git
cd repo

# Prompt user for API key
Expand Down

0 comments on commit 371ceee

Please sign in to comment.