Skip to content

Commit

Permalink
modify template to reflect new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
titimoby committed Nov 18, 2024
1 parent 6ad0930 commit c74a1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module "git-clone" {
source = "registry.coder.com/modules/git-clone/coder"
version = "1.0.18"
agent_id = coder_agent.main.id
url = "https://github.com/devrel-workshop/101-AI-Enpoints"
url = "https://github.com/devrel-workshop/ai-as-lib-workshop"
branch_name = "main"
}

Expand Down
2 changes: 1 addition & 1 deletion Coder/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
echo "Trick to launch setup script from the project from Coder template"
# we are supposed to find the cloned repository
101-AI-Enpoints/setup_env.sh
ai-as-lib-workshop/setup_env.sh

0 comments on commit c74a1eb

Please sign in to comment.