We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e20a5 commit f0be458Copy full SHA for f0be458
evals/bananalyzer-ts/init.sh
@@ -4,8 +4,8 @@
4
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
6
# Clone the repository
7
-git clone https://github.com/reworkd/bananalyzer.git
8
-git -C bananalyzer checkout 49038a5619616893034385a9c07f3ac40d7a8b8d # In case the repo has a bad commit
+git clone https://github.com/navidkpr/bananalyzer
+git -C bananalyzer checkout # In case the repo has a bad commit
9
# Manually update the hash once in a while
10
11
# Copy the static folder to the script's directory
0 commit comments