mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix gh fork command (#2442)
This commit is contained in:
parent
6d9ebe3fcf
commit
5fa555e60d
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ if [[ ! -d "../../evals" ]]; then
|
|||
read -p "🔗 Would you like to be able to share eval results? (Y/n): " fork_evals
|
||||
|
||||
if [[ "$fork_evals" =~ ^[Yy]|^$ ]]; then
|
||||
gh repo fork cte/evals ../../evals || exit 1
|
||||
gh repo fork cte/evals --clone ../../evals || exit 1
|
||||
else
|
||||
gh repo clone cte/evals ../../evals || exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue