mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-18 18:03:44 +00:00
hotfix
This commit is contained in:
parent
dcec7691bc
commit
a7ac3869bc
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ echo ""
|
||||||
# Change to target directory and run claude /setup-agent
|
# Change to target directory and run claude /setup-agent
|
||||||
cd "$TARGET_DIR"
|
cd "$TARGET_DIR"
|
||||||
if command -v claude &> /dev/null; then
|
if command -v claude &> /dev/null; then
|
||||||
claude --dangerously-skip-permissions /setup-agent
|
claude --print --dangerously-skip-permissions -p "/setup-agent"
|
||||||
else
|
else
|
||||||
echo -e "${RED}Error: 'claude' command not found in PATH${NC}"
|
echo -e "${RED}Error: 'claude' command not found in PATH${NC}"
|
||||||
echo "Please ensure Claude Code is installed and run manually:"
|
echo "Please ensure Claude Code is installed and run manually:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue