Skip to content

Commit

Permalink
Missed a few apps
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Aug 21, 2024
1 parent 4660cd5 commit 538aff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/k2/language_host/python/samples/starter/infra-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

app = klotho.Application(
"api",
project=os.getenv("PROJECT_NAME", "starter1"),
project=os.getenv("PROJECT_NAME", "starter"),
)

dir = Path(__file__).parent.absolute()
Expand Down
4 changes: 2 additions & 2 deletions pkg/k2/language_host/python/samples/starter/infra-binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import klotho.aws as aws

app = klotho.Application(
"my-app",
project=os.getenv("PROJECT_NAME", "starter.binding"),
"binding",
project=os.getenv("PROJECT_NAME", "starter"),
)

bucket = aws.Bucket("my-bucket", force_destroy=True)
Expand Down

0 comments on commit 538aff9

Please sign in to comment.